summaryrefslogtreecommitdiffstats
path: root/development/neko/README
diff options
context:
space:
mode:
author rc-05 <rc_o5@protonmail.com>2023-10-23 22:00:38 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-26 08:26:32 +0700
commitb52f4207e685facdbdbd03a4a91e8fed6cc91bf4 (patch)
tree38afcdd183f00d36ae51a56d5c2db2d24ea20733 /development/neko/README
parentb16fba54883d70647090e8416465ff8a9ee3b870 (diff)
downloadslackbuilds-b52f4207e685facdbdbd03a4a91e8fed6cc91bf4.tar.gz
slackbuilds-b52f4207e685facdbdbd03a4a91e8fed6cc91bf4.tar.xz
development/neko: Added (programming language).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.