ELI (programming language): Difference between revisions

Content deleted Content added
No edit summary
Line 13:
|operating_system = [[Cross-platform]]
|file_ext = .esf .eli
|website = [http://{{URL|fastarray.appspot.com/ ELI - official site]}}
|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.
 
== Version 0.3 ==
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]
 
== Example Code ==
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==
{{reflist}}
 
==See also==
* [[APL (programming language)|APL]] -, the first array programming language
* [[J (programming language)|J]] -, another APL-inspired language
* [[Q (programming language from Kx Systems)|Q]], - Q (programming language from Kx Systems)
 
==References==
{{Reflist}}
 
[[Category:Array programming languages]]