Clojure
Clojure is a dialect of Lisp and a dynamic, functional, general-purpose programming language that targets the Java Virtual Machine, the CLR and JavaScript.
Installation
Install the clojure package, or clojure-gitAUR for the development version.
REPL
To run the REPL, install leiningen from leiningen package. Then in a terminal type
lein repl
m2 repo location
To change the location of the m2 repo add this to your profiles.clj:
{:user {:local-repo #=(eval (str (System/getenv "XDG_CACHE_HOME") "/m2"))
:repositories {"local" {:url #=(eval (str "file://" (System/getenv "XDG_DATA_HOME") "/m2"))
:releases {:checksum :ignore}}}
}}
gollark: Seems dubious.
gollark: Physics is somewhat useful so you can actually understand how the world around you works instead of just guessing or something.
gollark: For your information I disagree with MANY Conservative party policies.
gollark: English Literature is where you read books and poems and such, agonisingly slowly, and write entirely pointless essays.
gollark: No, I meant most of those things you could probably learn yourself. First aid you would likely benefit from in person teaching in but the rest is just "read the news" or "read a few pages explaining mortgages".
See also
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.