Click here to Skip to main content
15,878,809 members
Articles / Desktop Programming / Win32

Introduction to ELENA Programming Language

,
Rate me:
Please Sign up or sign in to vote.
4.49/5 (65 votes)
20 Feb 2024MIT31 min read 242.1K   2K   78  
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. It supports both strong and weak types, run-time conversions, boxing and unboxing primitive types, direct usage of external libraries. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Brazil Brazil
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
Software Developer (Senior)
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions