vim fireplace beginners guide
I’m just starting out with Clojure. So far I’ve edited .clj files and executed them by running lein repl
, (load-file "test.clj")
and (foo)
. This worked so far.
I’m just starting out with Clojure. So far I’ve edited .clj files and executed them by running lein repl
, (load-file "test.clj")
and (foo)
. This worked so far.