summaryrefslogtreecommitdiffstats
path: root/development/kawa.bin/slack-desc
diff options
context:
space:
mode:
author Lockywolf2023-06-02 21:35:07 +0200
committer Willy Sudiarto Raharjo2023-06-03 05:38:22 +0200
commit7aec2fc9868deb4ecc9128428eb8a1056c4d3899 (patch)
tree922a76d62f1708dc57842a031a21b033362358ed /development/kawa.bin/slack-desc
parent8c7d2fe07ec39536bf05f7e38a63be0079cd2e1b (diff)
downloadslackbuilds-7aec2fc9868deb4ecc9128428eb8a1056c4d3899.tar.gz
development/kawa.bin: Added (Scheme implementation running on JVM)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kawa.bin/slack-desc')
-rw-r--r--development/kawa.bin/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/kawa.bin/slack-desc b/development/kawa.bin/slack-desc
new file mode 100644
index 0000000000..0ee999be81
--- /dev/null
+++ b/development/kawa.bin/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kawa.bin: kawa.bin (Scheme implementation running on the Java Virtual Machine)
+kawa.bin:
+kawa.bin: Kawa is a general-purpose programming language that runs on the Java
+kawa.bin: platform. It aims to combine:
+kawa.bin: the benefits of dynamic scripting languages (non-verbose code with
+kawa.bin: less boiler-plate, fast and easy start-up, a REPL, no required
+kawa.bin: compilation step); with the benefits of traditional compiled langs
+kawa.bin: (fast execution, static error detection, modularity, zero-overhead
+kawa.bin: Java platform integration).
+kawa.bin:
+kawa.bin: