blob: d6ae7874c70bc27955377e7191eb0549292be2cd (
plain) (
blame)
1
2
3
4
5
|
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).
|