7 lines
406 B
Text
7 lines
406 B
Text
Io is a small, prototype-based programming language. The ideas in Io are mostly
|
|
inspired by Smalltalk (all values are objects, all messages are dynamic), Self
|
|
(prototype-based), NewtonScript (differential inheritance), Act1 (actors and
|
|
futures for concurrency), LISP (code is a runtime inspectable/modifiable tree)
|
|
and Lua (small, embeddable).
|
|
|
|
Contains all addons that compile against NetBSD base system.
|