Content deleted Content added
No edit summary |
|||
Line 13:
|operating_system = [[Cross-platform]]
|file_ext = .esf .eli
|website =
|dialects =
|influenced_by = [[APL (programming language)|APL]], [[Q (programming language from Kx Systems)|Q]]
}}
Line 24:
ELI is free and available on Windows, Linux and Mac OS.
==
ELI version 0.3 has been released on August 10, 2015. It integrates with a cross-platform IDE, ELI Studio. The ELI Studio provides a code editor with specialized functionalities to easily write/load ELI code. Moreover, three additional widgets are used to monitor functions, variables, libraries and command history.
Line 41:
* [https://www.youtube.com/channel/UCpq4XRc7A1YNbEnBRx9-jzw YouTube channel]
==
A line of ELI executes from right to left as a chain of operations; anything to the right of ‘//’ is a comment.
Line 82:
1 3 5 7 9 11 13 15 17 19
</source>
==References==▼
==See also==
* [[APL (programming language)|APL]]
* [[J (programming language)|J]]
* [[Q (programming language from Kx Systems)|Q]],
▲==References==
{{Reflist}}
[[Category:Array programming languages]]
|