ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
236 stars 26 forks source link

Compile-time compilation #513

Open arakov opened 4 years ago

arakov commented 4 years ago

ELENA Virtual Machine should support compile-time compilation.

As a result the system will provide two alternative ways how to generate a code in run-time - using script engine and interpreter tape for ELENA Script Language (supporting sub set of ELENA Language, i.e. only weak types) and run-time compilation (full language support)