Io
Io is a small, dynamic, prototype-based programming language in which everything is an object and all computation happens by sending messages between objects, drawing inspiration from Self, Smalltalk, Lua, and NewtonScript.
3 resources across 1 library
Glossary Terms(3)
Wren (language)
Wren is a small, fast, class-based scripting language with C-like syntax, built-in concurrency via fibers, and designed to be embedded inside applications such…
Self (language)
Self is a prototype-based, object-oriented programming language descended from Smalltalk that eliminated classes in favor of object cloning, and whose research…
Io (language)
Io is a small, dynamic, prototype-based programming language in which everything is an object and all computation happens by sending messages between objects,…