On Sat, Feb 13, 2010 at 11:43 PM, Mike K <mbk.li...@gmail.com> wrote:
> Does anyone have ClojureCLR running under emacs via slime? > > Failing that, can anyone give me some pointers as to how I might > hacking swank-clojure.el (or whatever) to get this to work? > > Mike Hi Mike, I've not heard of anyone doing this. The changes to swank-clojure.el would involve changing how it sets up the Clojure process. Instead of calling Java with a classpath, it needs to call ClojureCLR's executable. The real work would be in the swank-clojure clj sources. Every use of a Java standard library class would have to be replaced with an appropriate CLR base class library class. Shawn -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en