aboutsummaryrefslogtreecommitdiffstats
path: root/lang/io
Commit message (Collapse)AuthorAgeFilesLines
* Update to Release of 2005.12.21.perky2005-12-264-37/+6
|
* - Update to Release of 2005/12/11perky2005-12-176-28/+32
| | | | | | - Fix build on 4-STABLE [1] Submitted by: vs [1]
* Add a patch that enables to press Ctrl-D to exit.perky2005-12-072-0/+14
| | | | Obtained from: quag on freenode#io
* Update to Release of 2005-12-15.perky2005-12-074-160/+51
|
* Include bin/ioServer and bin/ioDesktop to the distribution whichperky2005-11-292-2/+6
| | | | are executable instances for servers and desktops respectively.
* Add new port for io snapshot of 2005-10-17:perky2005-11-045-0/+430
Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable). WWW: http://www.iolanguage.com/