slime
Understanding output in Clojure using swank/slime
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[详细]
2023-02-01 00:12 分类:问答Learning Common Lisp tips for a Windows/C++ programmer
I\'m an experienced C++/.NET/Java Windows/web programmer trying to learn (Common) Lisp. I\'m reading Practical Common Lisp and using SLIME.[详细]
2023-01-28 22:07 分类:问答Error Emacs slime: eval-buffer: Symbol's function definition is void: define-slime-contrib
I\'m using emacs with lisp (using slime) for a short time...this work but today when I run it appear this message:[详细]
2023-01-28 06:14 分类:问答clojure.contrib with slime and inferior-lisp-program question
I have the following from the slime repl (no clojure.contib functions found): M-X slime user=> (:require \'clojure.contrib.string)[详细]
2023-01-27 21:10 分类:问答SLIME/SWANK crashes when my Common Lisp code syntax is slightly wrong
If I omit a closing paren, or use the wrong string escape character, or think about Haskell,开发者_C百科 this happens:[详细]
2023-01-26 15:09 分类:问答How to fix backtrace in clojure & slime
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.[详细]
2023-01-26 06:14 分类:问答Does SLIME have a shortcut key to comment a block of Lisp code in slime-mode?
I开发者_运维百科\'d rather not have to manually add semicolons to every line. Specs: Aquamacs 2.1 (Emacs 23.2)[详细]
2023-01-25 05:18 分类:问答Are the variables *,+, and / bound to recent input in SLIME or Clozure CL?
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[详细]
2023-01-16 01:54 分类:问答Why clojure starts with 'M-x slime' for my Aquamacs without any setup?
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[详细]
2023-01-12 23:25 分类:问答What does the 'swank-clojure' do exactly, and do we have 'swank-SOMETHING_ELSE'?
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[详细]
2023-01-12 23:20 分类:问答