Jelly: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 10: Line 10:
| latest release version  = 70c9fd9 / 18 Jan 2019
| latest release version  = 70c9fd9 / 18 Jan 2019
| implementation language  = [[wikipedia:Python (programming language)|Python]]
| implementation language  = [[wikipedia:Python (programming language)|Python]]
| source                  = [https://github.com/DennisMitchell/jellylanguag GitHub]
| source                  = [https://github.com/DennisMitchell/jellylanguage GitHub]
| platforms                = Any
| platforms                = Any
| license                  = [[wikipedia:MIT License|MIT]]
| license                  = [[wikipedia:MIT License|MIT]]
| website                  = [https://github.com/DennisMitchell/jellylanguage Github]
| documentation            = [https://github.com/DennisMitchell/jellylanguage/wiki Github Wiki]
| documentation            = [https://github.com/DennisMitchell/jellylanguage/wiki Github Wiki]
| influenced by            = [[Dyalog APL]], [[J]]
| influenced by            = [[Dyalog APL]], [[J]]
Line 20: Line 19:
}}
}}


'''Jelly''' is an APL-like language inspired by [[J]]. It extends J with many built-ins intended to give Jelly an advantage in [[code golf]], e.g. divmod, the hash function, and string compression. Jelly uses different terminology from normal APL usage. [[Train]]s (which work similar to [[K]]'s) are called ''links''. Newlines or statement separators are used to separate links, the last line of the program is called the main link. Built-in functions are called ''atoms', while derived functions are called ''chains''.
'''Jelly''' is an APL-like language inspired by [[J]]. It extends J with many built-ins intended to give Jelly an advantage in [[code golf]], e.g. divmod, the hash function, and string compression. Jelly uses different terminology from normal APL usage. Built-in functions are called ''atoms'', while derived functions are called ''links''. Newlines or statement separators are used to separate links, the last line of the program (''chain'') is called the main link.
* Like K, Jelly uses the [[list model]] for its arrays.
* Like [[K]], Jelly uses the [[list model]] for its arrays.
* Like APL, Jelly uses a wide range of Unicode [[glyph]]s. However, Jelly extends the glyph set to 256 characters from the US International keyboard, as well as the addition of 2-character digraphs.
* Like APL, Jelly uses a wide range of Unicode [[glyph]]s. However, Jelly extends the glyph set to 256 characters from the US International keyboard, as well as the addition of 2-character digraphs.
* Unlike any other language in the APL family, Jelly atoms have a fixed [[valence]], making Jelly appear more like a stack-based language, and obviating the need for parentheses.
* Unlike any other language in the APL family, Jelly atoms have a fixed [[valence]], making Jelly appear more like a stack-based language, and obviating the need for parentheses.
Some constructs clearly show Jelly lineage through J to APL, e.g. summation can be written as <code>+/</code> (although Jelly also has a dedicated built-in for this).


== External Links ==
== External Links ==
* [https://tio.run/#jelly Try It Online]
* [https://tio.run/#jelly Try It Online]
* [https://github.com/DennisMitchell/jellylanguage/wiki/Tutorial Tutorial]
* [https://github.com/DennisMitchell/jellylanguage/wiki/Tutorial Tutorial]
{{APL dialects}}[[Category:Programming languages]][[Category:Languages with tacit programming]]
{{APL dialects}}[[Category:List-based array languages]][[Category:Languages with tacit programming]][[Category:Left to right]]

Latest revision as of 22:46, 24 January 2024


Jelly is an APL-like language inspired by J. It extends J with many built-ins intended to give Jelly an advantage in code golf, e.g. divmod, the hash function, and string compression. Jelly uses different terminology from normal APL usage. Built-in functions are called atoms, while derived functions are called links. Newlines or statement separators are used to separate links, the last line of the program (chain) is called the main link.

  • Like K, Jelly uses the list model for its arrays.
  • Like APL, Jelly uses a wide range of Unicode glyphs. However, Jelly extends the glyph set to 256 characters from the US International keyboard, as well as the addition of 2-character digraphs.
  • Unlike any other language in the APL family, Jelly atoms have a fixed valence, making Jelly appear more like a stack-based language, and obviating the need for parentheses.

Some constructs clearly show Jelly lineage through J to APL, e.g. summation can be written as +/ (although Jelly also has a dedicated built-in for this).

External Links

APL dialects [edit]
Maintained APL+WinAPL2APL64APL\ivApletteAprilCo-dfnsDyalog APLDyalog APL Visiondzaima/APLGNU APLKapNARS2000Pometo
Historical A Programming LanguageA+ (A) ∙ APL#APL2CAPL\360APL/700APL\1130APL\3000APL.68000APL*PLUSAPL.jlAPL.SVAPLXExtended Dyalog APLIverson notationIVSYS/7090NARSngn/aplopenAPLOperators and FunctionsPATRowanSAXSHARP APLRationalized APLVisualAPL (APLNext) ∙ VS APLYork APL
Derivatives AHPLBQNCoSyELIGleeIIvyJJellyK (Goal, Klong, Q) ∙ KamilaLispLang5LilNialRADUiua
Overviews Comparison of APL dialectsTimeline of array languagesTimeline of influential array languagesFamily tree of array languages