ca6a980efc
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/
7 lines
348 B
Text
7 lines
348 B
Text
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/
|