March 2010
4 posts
OMG: bea arthur mountains pizza →
This is just brilliant.
(via kyle-burton)
Derek Paravicini - Musical savant →
Saw this on 60 minutes a while ago. Amazing story.
Management Secrets of the Grateful Dead →
3 tags
Clojure + Emacs
There are many different ways of providing Emacs with a Clojure REPL for a project. A few people have asked me how to do this recently, so I thought I’d mention the different methods I’ve used.
Shell script
You can create a command-line script that runs java, executing the clojure.main class with an appropriate classpath set up. Then add something like this to your Emacs lisp.
...