Io

Io is a small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects) and Act1, Self, and NewtonScript (actors and futures, differential protos, inheritance by delegation).

Features:
-  small (~12K lines)
-  pure object language
-  reasonably fast (comparable to Python, Perl, Ruby)
-  differential prototype-based object model
-  untyped
-  incremental garbage collection
-  exceptions
-  ANSI C implementation (except for inline directive)
-  embeddable
-  multi-state (multiple independent VMs can run in the same application)
-  coroutines (light wieght threads)

Last updated 18 Jul, 2005


User level: Submit a level

User Rating:

Homepage

License(s) :

BSD_3Clause

Rate it!

 

About

Leadership

Versions

2005-07-14

2005-07-14 devel released 2005-07-14

  • Released: 6 Jun, 2003
  • Code Maturity: Stable
2003-06-06

2003-06-06 stable released 2003-06-06

User Community and Support

User manual available in HTML format from http://www.iolanguage.com/Source/release/Io/Docs.html

General Resources
Announcement Resources
Support Resources

Development

Developer Resources
Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2010 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.