ELENA is a programming language created in 2013 by Aleksey Rakov.
| #809on PLDB | 13Years Old |
git clone https://github.com/ELENA-LANG/elena-langELENA 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
public program
[
console writeLine("Hello World").
]
| Feature | Supported | Example | Token |
|---|---|---|---|
| Strings | ✓ | "Hello world" | " |
| Print() Debugging | ✓ | writeLine |