I'm fairly new to Clojure. At LambdaJam I saw Chris Ford give a great demo of functional composition [music]. I want to show my 16-yo the same code working, since he's really doing well with Racket (and Gregor Kiczales' MOOC via UBC) and loving it, and he loves music and music composition too.
Chris Ford posted his code here: https://github.com/ctford/functional-composition/tree/LambdaJam-2013 My directory structure looks like this: ~/test/github/lj2013/chris-ford/ functional-composition/ ... functional-composition/src/jazz/standards/in_the_mood.clj ... leipzig/ overtone/ whelmed/ I've installed Clojure and Leiningen. I'm in Emacs and have clojure-mode and nrepl. I'm trying to figure out how to get things going. I typed M-x nrepl-jack-in in Emacs and got a REPL. I'm sure my classpath is not set up right; I'm not sure how to do that. I think .clj files need to be compiled. I'm not sure how to make that happen. How should I organize these files to get things to work? There is an Emacs-Live setup for Overtone+Emacs but when I tried that it completely moved my ~/.emacs aside and I'm not sure that's what I want, since I use Emacs for many many things that are not in Emacs-Live's setup. Geoff -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
