Ring (programming language): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 19:
| wikibooks = Ring
}}
'''Ring''' is a [[dynamic programming language|dynamically typed]], [[general-purpose programming language]]. It can be embedded in C/C++ projects, extended using C/C++ code and/or used as a standalone language. The supported [[Programming_paradigm|programming paradigms]] are [[Imperative_programming|imperative]], [[Procedural_programming|procedural]], [[Object-oriented_programming|object-oriented]], [[Functional_programming|functional]], [[Metaprogramming|meta]], [[Declarative_programming|declarative]] using nested structures, and [[Natural-language_programming|natural programming]]. The language is portable ([[Windows]], [[Linux]], [[macOS]], [[Android (operating system)|Android]], etc.) and can be used to create [[Console_application|console]], [[Graphical_user_interface|GUI]], [[Web_application|web]], [[PC_game|game]] and [[Mobile_app|mobile applications]].<ref name="Springer">{{cite web |url=https://link.springer.com/content/pdf/bbm%3A978-1-4842-5833-0%2F1.pdf |title=A Dialogue with Mahmoud Fayed |author= M. Ayouni|date=29 July 2020 |publisher=[[Springer_Nature|Springer]]}}</ref><ref>{{Cite book|url=https://www.apress.com/gp/book/9781484258323|title=Beginning Ring Programming - From Novice to Professional {{!}} Mansour Ayouni {{!}} Apress|language=en}}</ref><ref name="dotnetpro">{{cite web |url=https://www.dotnetpro.de/diverses/sprachen/ring-flexibel-einfach-schnell-1571947.html |title=Ring: flexible, simple, fast |author= Bernhard Lauer |date=14 August 2018 |publisher=[[:de::Dotnetpro|Dotnetpro]]}}</ref><ref name="AlinsenTV">{{cite web |url=https://www.facebook.com/Alinsen.tv/videos/782854818918053/?t=33 |title=Alinsen TV channel introduce Ring as anone inventionof the inventions made in the Middle East |author= Alinsen TV channel Team|date=4 August 2020 |publisher=[[:ar::قناة_الإنسان|Alinsen TV Channel]]}}</ref><ref name="Youm7 (Egyptian daily newspaper)">{{cite web |url=https://www.youm7.com/story/2016/1/11/%D9%81%D9%89-25-%D9%8A%D9%86%D8%A7%D9%8A%D8%B1-%D8%A7%D9%84%D9%85%D9%82%D8%A8%D9%84-%D9%84%D8%BA%D8%A9-%D8%A8%D8%B1%D9%85%D8%AC%D8%A9-%D8%AC%D8%AF%D9%8A%D8%AF%D8%A9-%D8%A8%D9%85%D9%88%D8%A7%D8%B5%D9%81%D8%A7%D8%AA-%D8%B9%D8%A7%D9%84%D9%85%D9%8A%D8%A9-%D9%85%D9%86/2532713 |title= Ring: A New programming language |author=Hany Salah |date=11 January 2016 |work=youm7.com |publisher=[[youm7]]}}</ref><ref name="BIMArabiaMagazine">{{cite web |url=http://bimarabia.com/download/BIMarabia_Arabic/BIMarabia27.pdf#page=8 |title=The Ring programming language Review |author=Omar Selim |date=January 2018 |publisher=BIMArabia Magazine}}</ref><ref name="YourWayToProgramming">{{cite web |url=http://ring-lang.sourceforge.net/ref/ArabicBook_YourWayToProgramming_TalkAboutRing.pdf |title=Your way to programming (Arabic Book, Pages 56-57) talk about Ring |author=Ahmed Tartour |date=January 2020 |publisher=[[:ar::كتبنا_(موقع_ويب)|Kotobna]]}}</ref>
 
==History==