Jelly: Difference between revisions

Jump to navigation Jump to search
100 bytes added ,  06:18, 26 April 2020
no edit summary
No edit summary
No edit summary
Line 21: Line 21:
'''Jelly''' is a dialect of APL in Python influenced by [[J]], created and maintained by CGCC user [https://codegolf.stackexchange.com/users/12012/dennis Dennis].
'''Jelly''' is a dialect of APL in Python influenced by [[J]], created and maintained by CGCC user [https://codegolf.stackexchange.com/users/12012/dennis Dennis].


== Similarities ==
* Like APL, Jelly uses a wide range of Unicode glyphs. However, Jelly extends the glyph set to 256 characters in the US International keyboard, as well as the addition of 2-character digraphs.
* Like APL, Jelly uses a wide range of Unicode glyphs. However, Jelly extends the glyph set to 256 characters in the US International keyboard, as well as the addition of 2-character digraphs.
* Unlike APL, Jelly 's dfns are called "links". Newlines are used to separate links, the last line of the program is called the main link.


== Differences ==
== External Links ==
* Unlike APL, Jelly 's dfns are called "links". Newlines are used to separate links, the last line of the program is called the main link.
* [https://tio.run/#jelly Try It Online]
* [https://github.com/DennisMitchell/jellylanguage/wiki/Tutorial Tutorial]
{{APL dialects}}
{{APL dialects}}
57

edits

Navigation menu