Jump to content

Io (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 80.128.58.105 (talk) at 01:45, 21 September 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Io programming language is a pure object-oriented language inspired by Smalltalk, Self and NewtonScript.

Features:

  • Prototype base object model
  • Dynamic typing
  • Actors for concurrency
  • All values are objects