Io programming language 2008-01-07 (Development branch) |
|
|
Io is small prototype-based programming language. It is a pure object language, and it features an incremental garbage collector, exceptions, light weight threads, and embeddability.
License: BSD License (revised)
Changes:
A new isLaunchScript predicate was added to test if the current file is the launch file. A new Cairo addon was provided along with a newly redesigned Regex addon and new NetworkAdapter addon. REPL now uses the new ReadLine addon for CLI history.
|