Qalb (programming language): Difference between revisions
ElijahPepe (talk | contribs) Undid revision 1082790466 by ElijahPepe (talk) |
Citation bot (talk | contribs) Added website. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Programming language topic stubs | #UCB_Category 17/451 |
||
(14 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Programming language with Arabic keywords}} |
|||
{{more citations needed|date=February 2013}} |
{{more citations needed|date=February 2013}} |
||
{{Infobox programming language |
{{Infobox programming language |
||
Line 9: | Line 10: | ||
| operating system = |
| operating system = |
||
| license = |
| license = |
||
| website = {{URL| |
| website = {{URL|https://nas.sr/%D9%82%D9%84%D8%A8}} |
||
}} |
}} |
||
__NOTOC__ |
__NOTOC__ |
||
'''قلب''' ({{IPA-all|ʔalb|Levantine Arabic:}}), transliterated '''''Qalb''''', '''''Qlb''''' and '''''Alb''''', is a [[functional programming]] language allowing a programmer to write programs completely in [[Arabic language|Arabic]].<ref>{{cite web | url = https://www.theregister.co.uk/2013/01/25/arabic_programming_language | title = Meet قلب, the programming language that uses Arabic script | access-date = 2013-02-06}}</ref> Its name means |
'''قلب''' ({{IPA-all|ʔalb|Levantine Arabic:}}), transliterated '''''Qalb''''', '''''Qlb''''' and '''''Alb''''', is a [[functional programming]] language allowing a programmer to write programs completely in [[Arabic language|Arabic]].<ref>{{cite web | url = https://www.theregister.co.uk/2013/01/25/arabic_programming_language | title = Meet قلب, the programming language that uses Arabic script | website = [[The Register]] | date = 2013-01-25 | access-date = 2013-02-06}}</ref> Its name means "heart" in Arabic and is a [[recursive acronym]] for ''Qlb: a programming language'' ({{lang|ar|قلب: لغة برمجة}}, ''{{transl|ar|Qlb: Lughat Barmajah}}''). It was developed in 2012 by Ramsey Nasser, a computer scientist at the [[Eyebeam Art and Technology Center|Eyebeam Art + Technology Center]] in [[New York City]], as both an artistic endeavor and as a response to the Anglophone bias in the vast majority of programming languages, which express their fundamental concepts using [[English language|English]] words. |
||
The syntax is like that of [[Lisp (programming language)|Lisp]] or [[Scheme (programming language)|Scheme]], consisting of parenthesized [[list (programming)|lists]]. |
The syntax is like that of [[Lisp (programming language)|Lisp]] or [[Scheme (programming language)|Scheme]], consisting of parenthesized [[list (programming)|lists]]. Keywords are in Arabic (specifically, [[Lebanese Arabic]])<ref>{{cite web |title=an Arabic typo · Issue #8 · nasser/--- · GitHub |url=https://github.com/nasser/---/issues/8#issuecomment-12755608 |quote="The current version is in Lebanese Arabic by design, future versions will be in Standard and قول will be changed to قل." |last=Nasser |first=Ramsey|website=[[GitHub]] }}</ref> and program text is laid out right-to-left, like all [[Arabic writing|Arabic text]]. The language provides a minimal set of primitives for defining [[subroutine|functions]], [[conditional (programming)|conditionals]], [[loop (programming)|looping]], list manipulation, and basic arithmetic [[expression (programming)|expressions]]. It is [[Turing-complete]], and the [[Fibonacci sequence]] and [[Conway's Game of Life]] have been implemented. |
||
Because |
Because program text is written in Arabic and the connecting strokes between characters in the Arabic script can be [[tatweel|extended to any length]], it is possible to align the source code in artistic patterns, in the tradition of [[Arabic calligraphy]]. |
||
A JavaScript-based [[read–eval–print loop|interpreter]] is currently |
A JavaScript-based [[read–eval–print loop|interpreter]] is currently [https://www.xn-----etdcdcu3b3exdwacs.com/ self hosted] and the project can be [[software fork|forked]] on [[GitHub]].<ref>{{github|nasser/---|قلب: لغة برمجة}}</ref> |
||
== Hello world == |
== Hello world == |
||
Line 25: | Line 26: | ||
<span style="color:#46aa03">(</span><span style="color:#00007f">قول</span> <span style="color:#f00">"مرحبا يا عالم"{{rlm}}</span><span style="color:#46aa03">)</span> |
<span style="color:#46aa03">(</span><span style="color:#00007f">قول</span> <span style="color:#f00">"مرحبا يا عالم"{{rlm}}</span><span style="color:#46aa03">)</span> |
||
<span dir="rtl"><span style="color:#46aa03">(</span><span style="color:#00007f">قول</span> <span style="color:#f00">"Hello, world‎"</span><span style="color:#46aa03">)</span></span> |
<span dir="rtl" lang="powershell"><span style="color:#46aa03">(</span><span style="color:#00007f">قول</span> <span style="color:#f00">"Hello, world‎"</span><span style="color:#46aa03">)</span></span> |
||
</div> |
</div> |
||
Line 35: | Line 36: | ||
==External links== |
==External links== |
||
* [https://www.xn-----etdcdcu3b3exdwacs.com/ Browser-based interpreter] |
|||
* [http://nas.sr/%D9%82%D9%84%D8%A8/ Artist's statement] |
* [http://nas.sr/%D9%82%D9%84%D8%A8/ Artist's statement] |
||
* [http://qlb-repl.herokuapp.com/ قلب REPL] |
|||
[[Category:Functional languages]] |
[[Category:Functional languages]] |
Latest revision as of 13:01, 29 November 2024
This article needs additional citations for verification. (February 2013) |
Paradigm | Functional |
---|---|
Designed by | Ramsey Nasser |
First appeared | 2012 |
Website | nas |
Influenced by | |
Scheme |
قلب (Levantine Arabic: [ʔalb]), transliterated Qalb, Qlb and Alb, is a functional programming language allowing a programmer to write programs completely in Arabic.[1] Its name means "heart" in Arabic and is a recursive acronym for Qlb: a programming language (قلب: لغة برمجة, Qlb: Lughat Barmajah). It was developed in 2012 by Ramsey Nasser, a computer scientist at the Eyebeam Art + Technology Center in New York City, as both an artistic endeavor and as a response to the Anglophone bias in the vast majority of programming languages, which express their fundamental concepts using English words.
The syntax is like that of Lisp or Scheme, consisting of parenthesized lists. Keywords are in Arabic (specifically, Lebanese Arabic)[2] and program text is laid out right-to-left, like all Arabic text. The language provides a minimal set of primitives for defining functions, conditionals, looping, list manipulation, and basic arithmetic expressions. It is Turing-complete, and the Fibonacci sequence and Conway's Game of Life have been implemented.
Because program text is written in Arabic and the connecting strokes between characters in the Arabic script can be extended to any length, it is possible to align the source code in artistic patterns, in the tradition of Arabic calligraphy.
A JavaScript-based interpreter is currently self hosted and the project can be forked on GitHub.[3]
Hello world
[edit](قول "مرحبا يا عالم")
(قول "Hello, world")
References
[edit]- ^ "Meet قلب, the programming language that uses Arabic script". The Register. 2013-01-25. Retrieved 2013-02-06.
- ^ Nasser, Ramsey. "an Arabic typo · Issue #8 · nasser/--- · GitHub". GitHub.
The current version is in Lebanese Arabic by design, future versions will be in Standard and قول will be changed to قل.
- ^ قلب: لغة برمجة on GitHub
Further reading
[edit]- Smith IV, Jack (14 December 2015). "This Arabic Programming Language Shows How Computers Revolve Around the Western World". Tech.Mic. Retrieved 15 December 2015.
External links
[edit]