When I run Clojure code from the Swank repl in emacs, the main thread will print out messages using printf to the repl. But if I run agents or explicitly create oth开发者_如何转开发er threads which al
I\'m an experienced C++/.NET/Java Windows/web programmer trying to learn (Common) Lisp. I\'m reading Practical Common Lisp and using SLIME.
I\'m using emacs with lisp (using slime) for a short time...this work but today when I run it appear this message:
I have the following from the slime repl (no clojure.contib functions found): M-X slime user=> (:require \'clojure.contrib.string)
If I omit a closing paren, or use the wrong string escape character, or think about Haskell,开发者_C百科 this happens:
I\'m a clojure noob trying to get emacs & slime set up.There doesn\'t seem to be one true way to do this, so I\'ve followed a few blog posts and the swank-clojure and leiningen READMEs.
I开发者_运维百科\'d rather not have to manually add semicolons to every line. Specs: Aquamacs 2.1 (Emacs 23.2)
I was messing around in SLIME (connected a Clozure REPL) when I discovered this: It looks like the variables +, *, and / are all bound to some variation on recent input, + is the input itself, * is t
I have Aquamacs r开发者_开发技巧unning on my Mac. I installed the ESK for Aquamacs and it installs ELPA at ~/.emacs.d/elpa. With ELPA, I installed clojure-mode/clojure-est-mode/slime/slime-repl/swank
My superficial understanding is that \'swank-clojure\' makes \'M-x slime-connect\' possible. I mean, it gives a connection to a clojure server something like \'lein swank\'. Is my understanding correc