-
-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Alex Rakov edited this page Apr 4, 2019
·
78 revisions
Welcome to the ELENA wiki!
ELENA is a general-purpose, object-oriented, polymorphic language with late binding.
- Pure polymorphic object oriented language
- Mixins
- Message multiple dispatching
- Virtual machine
- Command line 32-bit compiler
- GUI IDE & Debugger
- Unicode support (utf-8)
- Complete source code
- Number of samples
- Script Engine
The project includes ELENA documentation, standard library source code, samples, command-line compiler, IDE.
- Introduction to ELENA Programming Language
- Implicit and explicit conversion routines in ELENA Programming Language
- How to : for loop
- How to : exception handler
- Telling apart a parameter and a field
- Keywords
- Just-in-place declaration / assigning variables
- Try-Finally-Catch and Using code patterns
- Jagged Arrays
- New Operators Templates : .? and .\
- Implementing lazy expressions in ELENA
- Event handlers
- Creating a simple mixin
- Walking through the directory
- Basic type conversions
- Preloaded code