blob: 911518346b76c60df29a4809d5bfdabc0ec6b5b3 (
plain) (
blame)
1
2
3
4
5
6
7
|
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).
WWW: http://www.iolanguage.com/
|