Top > All Packages in Directory > Io

Io - Small, prototype-based programming language

Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects) and Act1 (differential protos, inheritance by delegation) and its decendents such as Self, and NewtonScript.
 Features:
 -  small (~8K lines)
 -  pure object language
 -  reasonably fast (comparable to Python, Perl, Ruby)
 -  differential prototype-based object model
 -  untyped
 -  dynamically scoped
 -  mark and sweep 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)
 


Obtaining

Web pagehttp://www.iolanguage.com/
Source tarballhttp://io.urbanape.com/release/IoDesktop-2003-06-06.tar.bz2
Source informationhttp://www.iolanguage.com/Downloads/
Version 2003-06-06 (stable) released on 2003-06-06
Version 2004-04-25 (devel) released on 2004-04-25
Licensed under a 3-clause BSD-style license.
This is not a GNU package.

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

Announce List<iolang@groups.yahoo.com> http://groups.yahoo.com/group/iolanguage/
Help List<iolang@groups.yahoo.com> http://groups.yahoo.com/group/iolanguage/
Developer List<iolang@groups.yahoo.com> http://groups.yahoo.com/group/iolanguage/
Bug List<iolang@groups.yahoo.com> http://groups.yahoo.com/group/iolanguage/

Project contacts

Maintainers
  • Steve Dekorte
Developers
  • Steve Dekorte

Related information

Interfacescommand line
Source languagesC
Supported languagesC

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-09-06
Entry compiled bySteve Dekorte

Categories



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

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 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. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.