Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable).

Here are some key features of “Io”:

· open source BSD license
· pure object language
· small VM (~16K C statements, 8K Io specific)
· small memory footprint (between 64K-200K depending on the platform)
· reasonably fast (comparable to Python, Perl, Ruby)
· incremental collector, weak links
· differential prototype-based object model
· dynamic typing
· exceptions
· ANSI C implementation (except for coroutines)
· embeddable
· multi-state (multiple VMs can run in the same application)
· actor-based concurrency
· coroutines
· 64 bit clean.

Download




Author:
mac-admin
Time:
Wednesday, January 9th, 2008 at 6:00 am
Category:
Compilers
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.