Object Icon
Object Icon is an object-oriented extension of the Icon programming language. Some of the main features are :-
- Multiple inheritance
- Static and instance variables and methods
- Access modifiers: public, private, protected, package, final and readable.
- Constants, with automatic initialization.
- Package/namespace system
- Unicode support
- Cheap co-expressions and dynamically sized stacks
More information can be found in the wiki.