I\'m currently in the process of adding functionality to an existing J2EE webapp, in a Tomcat container, and I\'m writing my additions using Clojure. My setup is simple: I just add calls to static met
I need to use my clojure functions with slime-connect. And I put all my libs in the $CLASSPATH. As I learned from this question. I used the following command to check the CLASSPATH for current envir
Starting to learn Common lisp. Instal in my debian 5.03 clisp, emacs-23.1 and slime. Write in .emacs: (setq inferior-lisp-program \"/usr/bin/clisp\") ; your Lisp system
I used Aquamacs so far, and I need to install and run Clojure using SLIME. I googled to get some way to use Clojure on SLIME of Aquamacs, but without success.
I can\'t use auto indentation function on emacs + slime + sbcl when I define my function and so on. My .emacs file configu开发者_如何学JAVAration is this:
This is a double question for you amazingly kind Stacked Overflow Wizards开发者_如何学C out there.
Is there a way to stop a running operation in the SLIME REPL? The Clojure SLIME folks apparently have some way to do this, so how about in ordi开发者_如何学Gonary Common Lisp?
I just upgraded my slime using elpa in Emacs. But I wonder if 开发者_运维技巧things are like they should be now, because when I removed the old version using elpa, it complained it could not remove a
I want to use the functions in the clojure.contrib.trace namespace in slime at the REPL. How can I get slime to load them automatically? A related question, how can I add a specific namespace into a r
I am using SBCL with slime, and have the following code: (swank::eval-in-emacs \'(with-current-buffer (slime-repl-buffer)