Closed csquared closed 13 years ago
Hello and thank you for your kind words! First, get the latest version (I've fixed some issues). Then, run lein deps (so you can get all the needed libraries) After that, run lein swank and you should get (after a while)
Or something like that :P
In order to start using it (at least for now until someone writes a better way), you have to fire up your emacs, do slime-connect, compile core.clj and at the REPL you can start playing.
Hope I helped!
Hi Jon:
I'm a chuck hobbyist who thinks this project looks awesome!! However, I'm getting lost at the following part of setup:
Then, start your repl (lein swank) and go to core.clj. Compile core.clj and
I have your repo, I have downloaded lein and swank so I can run lein swank. I'm just not sure how to compile core.clj -- if I do that from within a separate clojure REPL or somehow from the command line.
Thanks for helping a n00b get started!!
Cheers, Chris