elena is a programming language created in 2013 by Alex Rakov.
#1521on PLDB | 10Years Old | 107Users |
0Books | 0Papers |
ELENA is a dynamic object-oriented programming language. It features message dispatching, mixins and a script engine
public program
[
console writeLine("Hello World").
]
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |
Print() Debugging | ✓ | writeLine |