Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ELENA 1.9.24.tar.gz | 2016-01-15 | 94.3 kB | |
ELENA 1.9.24.zip | 2016-01-15 | 94.3 kB | |
README.md | 2016-01-15 | 1.2 kB | |
Totals: 3 Items | 189.8 kB | 0 |
A new release of ELENA programming language is available : 1.9.24
What's new:
- ELENA
- binary incompatible due to new opcodes
- new simplified closure declaration syntax : ()[ i ]
- issue [#125] : new UTF-16 literal constant
- implementing [#198]
- ELC
- new project section "references" : adding a path to a library
- LIB
- system : ExtensionMessage
- new extension : file.literalContent, file.wideContent
- new extension : char.is &whitespace
- new extension : object.toHexInt, object.toHexLong
- new extension : enumerable.zip&into[2], numeric.repeat&each[1]
- new system'dynamic extension : object.mix&into[1]
- new extensions'dynamic extension : object.fromJson / object.toJson
- extensions'text: WordEnumerator => TokenEnumerator
- critical bug fix : "AA" < "AA" = true
- fixing arcsin, arccos
- Samples
- console sample : random
- rosetta sample : evolutionary algorithm
- IDE
- icons in project tree added
- issue [#130] : namespace is included into the tab name