summaryrefslogtreecommitdiff
path: root/lang/neko/DESCR
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-24 13:23:46 +0000
committernia <nia@pkgsrc.org>2020-03-24 13:23:46 +0000
commit9e8c5f5c3d056e35f0be4396c27ef9da8ab294c8 (patch)
tree89b832f3f0513c11c9e7c6d7c926d07e82061849 /lang/neko/DESCR
parentf7c72e2212fc873a4a933aab44ce4cd38e62a93f (diff)
downloadpkgsrc-9e8c5f5c3d056e35f0be4396c27ef9da8ab294c8.tar.gz
lang: Add neko. Based on work by cfkoch in wip.
Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries.
Diffstat (limited to 'lang/neko/DESCR')
-rw-r--r--lang/neko/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/neko/DESCR b/lang/neko/DESCR
new file mode 100644
index 00000000000..341795b0ac2
--- /dev/null
+++ b/lang/neko/DESCR
@@ -0,0 +1,6 @@
+Neko is a high-level dynamically typed programming language. It can be used
+as an embedded scripting language. It has been designed to provide a common
+runtime for several different languages. Learning and using Neko is very
+easy. You can easily extend the language with C libraries. You can also
+write generators from your own language to Neko and then use the Neko
+Runtime to compile, run, and access existing libraries.