Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
{{refimprove}}
{{Infobox programming language
|name = ELI<ref name="vector">
Line 19 ⟶ 20:
By replacing each APL character with one or two ASCII characters, ELI retains APL’s succinct and expressive way of doing array programming, i.e. compared with MATLAB or Python, ELI encourages a dataflow style of programming where the output of one operation feeds the input of another that results in greater productivity and clarity of code.
ELI is free and available on Windows, Linux and Mac OS.
==Sample== The following is a sample to illustrate the flavor of the language which incidentally shows that ELI is easy to learn and free of unnecessary syntactic clutters. A line of ELI executes from right to left as a chain of operations; anything to the right of ‘//’ is a comment. <pre>
|