About
Io is a pure object-oriented programming language inspired by Smalltalk, Self, Lua, Lisp, Act1, and NewtonScript. Io has a prototype-based object model similar to the ones in Self and NewtonScript, eliminating the distinction between instance and class. Like Smalltalk, everything is an object and it uses dynamic typing. Like Lisp, programs are just data trees. Io uses actors for concurrency, a technique rarely used in modern programming languages. Remarkable features of Io are its minimal size and openness to using external code resources. Io is executed by a small, portable virtual machine.
Features
- open source BSD license
- small vm (~10K semicolons)
- multi-state (multiple VMs can run in the same process)
- incremental collector, weak links
- actor-based concurrency, coroutines
- C99 implementation, 64bit clean
- exceptions
- embeddable
Platforms
- OSX/Unixes
- Windows
- Symbian
- Syllable
