jonromero / music-as-data

A Live Programming language for music
mad.emotionull.com
BSD 2-Clause "Simplified" License
346 stars 22 forks source link

Request for more info in "How to use section" #5

Closed csquared closed 13 years ago

csquared commented 13 years ago

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

jonromero commented 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)

<ServerSocket ServerSocket[addr=localhost/127.0.0.1,port=0,localport=4005]>

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!