summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-11-04 13:36:09 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-11-04 13:36:09 +0000
commitca6a980efc8ace5fbcec034def00321c3eb6f034 (patch)
treed0697bd6f376eea8ddb51597bd9a07624f7b93bb /lang/Makefile
parent- Cleanup (diff)
Add new port for io snapshot of 2005-10-17:
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/
Notes
Notes: svn path=/head/; revision=147215
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index dcfb1c1607a4..913fc0637cff 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -113,6 +113,7 @@
SUBDIR += ifc7
SUBDIR += intel2gas
SUBDIR += intercal
+ SUBDIR += io
SUBDIR += ironpython
SUBDIR += itcl
SUBDIR += jakarta-commons-jelly