1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/lang/io/pkg-descr
Pietro Cerutti 01d18dfe53 - Convert to OPTIONSng
- STAGE-clean
- Fix build on current [1]

Suggested by:	gnn [1]
2013-12-13 08:46:32 +00:00

8 lines
348 B
Plaintext

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/