gfsd-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gfsd]Io entry


From: Steve Dekorte
Subject: [gfsd]Io entry
Date: Wed, 4 Sep 2002 14:24:00 -0700

%%comments:
Copyright (C) 2000, 2001 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 the license is included in the file COPYING.

%%name: Io      

%%short-description: A small prototype-based programming language

%%full-description:

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 it's 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)


%%category: programming languages

%%license: BSD

%%license verified by:

%%license verified on:

%%maintainer: Steve Dekorte

%%updated: ?

%%keywords: prototype-based, programming language

%%interface: not graphical      

%%programs:

%%GNU:

%%web-page: http://www.dekorte.com/software/c/Io

%%support: address@hidden

%%doc: http://www.dekorte.com/Software/C/Io/_docs/manual.html

%%developers: 1

%%contributors:  5?

%%sponsors: None

%%source-tarball: http://www.dekorte.com/Software/C/Io/releases/

%%source-info:

%%source-template:

%%debian:

%%rpm:

%%repository:

%%related:

%%source-language: C

%%supported-languages: C

%%use-requirements:

%%build-prerequisites: None

%%weak-prerequisites:

%%source-prerequisites:

%%version: 2002-09-01

%%announce-list: address@hidden

%%announce-news: address@hidden

%%help-list: address@hidden

%%help-news: address@hidden

%%help-irc-channel:

%%dev-list: address@hidden

%%dev-news: address@hidden

%%dev-irc-channel:

%%bug-list: address@hidden

%%bug-database:

%%entry-written-by: Steve Dekorte





reply via email to

[Prev in Thread] Current Thread [Next in Thread]