ELI (programming language): Difference between revisions

Content deleted Content added
version 3.0
BOT--Reverting link addition(s) by 69.159.115.75 to revision 674318826 (https://www.youtube.com/channel/UCpq4XRc7A1YNbEnBRx9-jzw [\byoutube\.com])
Line 7:
|designer = Wai-Mee Ching
|developer = Hanfeng Chen<ref name="mirror">[http://cs.queensu.ca/~chenh/eli/ ELI - mirror site at Queen's University]</ref> (Rapidsoft)
|latest release version = 0.32
|latest release date = AugustNovember 1030, 20152013
|typing = [[dynamic typing|dynamic]]
|implementations = C++, Qt
|operating_system = [[Cross-platform]]
|file_ext = .esf .eli
Line 23:
 
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.
 
[http://fastarray.appspot.com/releasenote/Eli-v0.3.html '''New features:''']
* Like: string match
* Match
* []PP: printing precision control
* )time: performance measure
* []: standard input
* Date and time attributes
* File Handle: []open, []close, []write and []get
* Semi Colon (;)
* etc.
 
'''New medias:'''
* [http://eli.readthedocs.org/en/latest/ Online Documentation]
* [https://www.youtube.com/channel/UCpq4XRc7A1YNbEnBRx9-jzw Youtube Channel]
== Example Code ==