"Hello world" in Clojure.
This is my first time working in Clojure, although not in working with Lisps by any means, so I'm keeping this super simple. Your options to run this are:
-
Start the
clj
interpreter, copy and pastecore.clj
verbatim, and then run(hello-world.core/-main)
-
Clone this repo to a
hello_world
repo, then runclj -m hello-world.core
-
(Can I compile it?)