aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2007-08-21 06:13:33 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2007-08-21 06:13:33 +0000
commite12c080bf5eba78e896ccf9b1746d00949cd7d43 (patch)
tree794a0a54de18b0f13b3c36238485fca123f6f43b /lang/Makefile
parent8f4ced1aa071736e98d428dd4ea5af8d05e4b73f (diff)
The Neko Programming Language
Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Neko is not only very easy to learn and use, but also has the flexibility of being able to extend the language with C libraries. You can even write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. WWW: http://nekovm.org/ Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
Notes
Notes: svn path=/head/; revision=198007
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 9e3114171f28..4406bc4fe29b 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -163,6 +163,7 @@
SUBDIR += mpd
SUBDIR += munger
SUBDIR += nawk
+ SUBDIR += neko
SUBDIR += newlisp
SUBDIR += nhc98
SUBDIR += nickle