Jelly: Difference between revisions

Jump to navigation Jump to search
2 bytes added ,  09:23, 26 April 2020
no edit summary
No edit summary
No edit summary
Line 22: Line 22:


* 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.
* Jelly introduces new terms to re-define the APL terms. 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. Built-in functions are called "atoms", the tacit composition of them is called a "chain".
* Jelly introduces new terms to re-define the APL terms. Unlike APL, Jelly 's trains are called "links". Newlines are used to separate links, the last line of the program is called the main link. Built-in functions are called "atoms", the tacit composition of them is called a "chain".
* There isn't a known way to configure the index origin in Jelly.
* There isn't a known way to configure the index origin in Jelly.


57

edits

Navigation menu