RosettaCodeData/Lang/Elena/00-LANG.txt

15 lines
568 B
Plaintext

{{language|Elena
|site=https://elena-lang.github.io/
|exec=bytecode
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
|gc=yes
|LCT=yes}}
{{language programming paradigm|Object-oriented}}{{language programming paradigm|dynamic}}
ELENA is a general-purpose, object-oriented, polymorphic language with late binding. It features message dispatching/manipulation, dynamic object mutation, a script engine / interpreter and mix-ins.
* ELENA on [https://github.com/ELENA-LANG/elena-lang/wiki/ Github]
* ELENA on [https://www.reddit.com/r/elena_lang/ Reddit]