Aleksey Rakov
Aleksey Rakov
It need to be retested
It is inheriting the functionality without directly inheriting the class - https://culttt.com/2015/07/08/working-with-mixins-in-ruby. In ELENA you can use extension method for this. But they are external ones and accessible only in...
It is already possible to execute code without compilation. For example using ELT application. Similar js sample execute the script without actually compiling it
All I need is to define an appropriate grammar. I did some work on this and will re-implement it a little bit later - https://github.com/ELENA-LANG/elena-lang/blob/master/bin/scripts/elena.es
ELT (ELENA Virtual Machine Terminal) will be used to execute the code without static compilation
It will be possible to execute the code in intermediate mode or execute the whole program (e.g. binaray.l) using ELT and ELENAVM
@bencz - I can now concentrate only on this. So after a while, ELENA On Rails may become a reality. The second missing part - a web server
For time being, limited subset of ELENA is supported by ELENA Script. Full support might be implemented in #513 (if ever)
Closing per previous post