Plangs!
Menu
Sun

Io

Io
285
A pure object-oriented programming language inspired by Smalltalk, Self, Lua, Lisp, Act1, and NewtonScript. Io has a prototype-based object model similar to those in Self and NewtonScript, eliminating the distinction between instance and class. Like Smalltalk, everything is an object and it uses dynamic typing. Like Lisp, programs are just data trees. Io uses actors for concurrency. It emphasizes simplicity and flexibility with features such as coroutines, actor-based concurrency, and incremental garbage collection.
Details

Written With

NameDescription
CGeneral-purpose language foundational in systems and application programming.
PythonDynamic, high-level programming language known for its easy-to-read syntax.