Ring (programming language): Difference between revisions

Content deleted Content added
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="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="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="YourWayToProgrammingBIMArabiaMagazine">{{cite web |url=http://ring-lang.sourceforgebimarabia.netcom/refdownload/ArabicBook_YourWayToProgramming_TalkAboutRingBIMarabia_Arabic/BIMarabia27.pdf#page=8 |title=YourThe way toRing programming (Arabiclanguage Book,Review Pages 56-57) talk about Ring |author=AhmedOmar TartourSelim |date=January 20202018 |publisher=[[:ar::كتبنا_(موقع_ويب)|Kotobna]]BIMArabia Magazine}}</ref><ref name="BIMArabiaMagazineYourWayToProgramming">{{cite web |url=http://bimarabiaring-lang.comsourceforge.net/download/BIMarabia_Arabicref/BIMarabia27ArabicBook_YourWayToProgramming_TalkAboutRing.pdf#page=8 |title=TheYour Ringway to programming language(Arabic ReviewBook, Pages 56-57) talk about Ring |author=OmarAhmed SelimTartour |date=January 20182020 |publisher=BIMArabia Magazine[[:ar::كتبنا_(موقع_ويب)|Kotobna]]}}</ref>
 
==History==