Re: Translation from Common Lisp 1

2010-03-18 Thread fons haffmans
I just did this : (defn describe-path [path] `(there is a ,(second path) going ,(first path) from here.)) which gives me : (describe-path (list "left" "right")) (user/there user/is user/a (clojure.core/second user/path) user/going (clojure.core/first user/path) user/from here.) Sure, it prepe

Re: Problem with installation of swank-clojure without elpa...

2010-04-05 Thread fons haffmans
Take a look here and see if this is useful. http://www.mohegan-skunkworks.com/adding-clojure-to-an-existing-slime-setup-in-emacs.html FWIW : I'm able tor run multiple lispen plus clojure. There's a bit of