blob: 081b5c62a83057d2b572de7e2dc7961a3d984c3a (
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/
|