Unicon programming language
From Free net encyclopedia
(Difference between revisions)
Revision as of 01:05, 3 January 2006
HappyCamper (Talk | contribs)
Reverted edits by [[Special:Contributions/What the p0rk?|What the p0rk?]] ([[User talk:What the p0rk?|talk]]) to last version by 24.158.102.94
Next diff →
HappyCamper (Talk | contribs)
Reverted edits by [[Special:Contributions/What the p0rk?|What the p0rk?]] ([[User talk:What the p0rk?|talk]]) to last version by 24.158.102.94
Next diff →
Current revision
Unicon is a programming language descended from Icon that offers better access to the operating system as well as support for object oriented programming. The name is shorthand for "Unified Extended Dialect of Icon."
The new features of Unicon include
- packages
- exceptions as a contributed class library - see mailing list
- loadable child programs
- monitoring of child programs
- dynamic loading of C modules (some platforms)
- multiple inheritance
- dbm files can be used as associative arrays
- posix system interface
Unicon began life as a preprocessor named Idol.
[edit]