summaryrefslogtreecommitdiffstats
path: root/development/neko/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/neko/README')
-rw-r--r--development/neko/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/neko/README b/development/neko/README
new file mode 100644
index 0000000000..91701b2170
--- /dev/null
+++ b/development/neko/README
@@ -0,0 +1,7 @@
+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.