ELI (programming language): Difference between revisions

Content deleted Content added
See also: no need for this link
There's already a section about 0.3. Moved external links to...external links. Development notes don't belong here.
Line 35:
ELI version 0.3, described as a stable release, was released on August 10, 2015. It integrates with a cross-platform IDE, ELI Studio, which provides a code editor with specialized functions to write and load ELI code. Three added widgets are used to monitor functions, variables, libraries and command history.
 
==New features==
Version 0.3 adds several new features.<ref>{{cite web |url=https://fastarray.appspot.com/releasenote/Eli-v0.3.html |title=Overview |last=Chen |first=Hanfeng |date=2015 |website=ELI, a System for Programming with Arrays |publisher=Fastarray.appspot.com |access-date=26 February 2018}}</ref>
* Like: string match
Line 45 ⟶ 44:
* File handle: []open, []close, []write, and []get
* Semicolon (;)
 
Documentation:
* [https://fastarray.appspot.com/docs/ Online documentation]
* [https://www.youtube.com/channel/UCpq4XRc7A1YNbEnBRx9-jzw YouTube channel]
 
==Example code==
Line 113 ⟶ 108:
saved 2017.02.17 10:57:19 (gmt-5)
</source>
 
==Development notes==
* (Dec. 2016) ELI began to actively maintain its online language reference manual which can be found at [https://fastarray.appspot.com/docs/EliReference.html fastarray/docs]
* (Dec. 2016) An ELI primer was released
 
==References==
{{Reflist}}
 
==External links==
* [https://fastarray.appspot.com/docs/ Online documentation]
* [https://www.youtube.com/channel/UCpq4XRc7A1YNbEnBRx9-jzw YouTube channel]
 
 
{{APL programming language}}