summaryrefslogtreecommitdiffstats
path: root/development/clojure/slack-desc
diff options
context:
space:
mode:
author Kenneth Chan <kenneth.t.chan@gmail.com>2022-04-05 20:58:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:46 +0700
commitad81e3eb8027b17b87559a76297d107b7bb20598 (patch)
treec4056a7ecf282aac4dd3249105c05f907ef7d3cd /development/clojure/slack-desc
parente00e2f8ac79deb0f434d72a98c996a7b1532e901 (diff)
downloadslackbuilds-ad81e3eb8027b17b87559a76297d107b7bb20598.tar.gz
slackbuilds-ad81e3eb8027b17b87559a76297d107b7bb20598.tar.xz
development/clojure: Added (Dynamic programming language for JVM).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/clojure/slack-desc')
-rw-r--r--development/clojure/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/clojure/slack-desc b/development/clojure/slack-desc
new file mode 100644
index 0000000000..49afb1e517
--- /dev/null
+++ b/development/clojure/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 ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+clojure: clojure (Dynamic programming language for JVM)
+clojure:
+clojure: Clojure is a dynamic programming language that targets the Java
+clojure: Virtual Machine. It is desgined to be a general-purpose language,
+clojure: combining the approachability and interactive development of a
+clojure: scripting language with an efficient and robust infrastructure for
+clojure: multithreaded programming.
+clojure:
+clojure: Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
+clojure: philosophy and a powerful macro system.
+clojure: Homepage: https://clojure.org/