slackbuilds_ponce/development/clojure/slack-desc
Kenneth Chan ad81e3eb80
development/clojure: Added (Dynamic programming language for JVM).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-09 15:45:46 +07:00

19 lines
1 KiB
Text

# 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/