swank
A Clojure/Swank `break` exits the enclosing Leiningen process--why?
I was debugging my Clojure program, Infocard Workbench, when I got a truly unexpected error: A (swank.core/break) in a function caused an error to the CLI window that aborted execution, even though th[详细]
2023-04-10 11:01 分类:问答Setting up SLIME & Inferior-Lisp for Clojure in Emacs
SLIME I\'m pretty new to both Clojure & emacs and I\'ve been trying to set up SLIME for Clojure.The official documentation implicitly assumes you know what your doing with emacs.There isn\'t just[详细]
2023-04-02 00:26 分类:问答How to redirect swank server output to emacs buffer?
I want to redirect my swank server output to an emacs buffer. I put this in ~/.swank.lisp,开发者_运维百科 but this does not work-[详细]
2023-03-30 04:01 分类:问答What does #+#. mean in lisp?
It is almost impossible to google, hence my understanding is limited to contextual clues from reading through the slim开发者_开发百科e source code: perhaps it is part of the object system in common li[详细]
2023-03-01 04:16 分类:问答Why am I not seeing my macro-created functions in the new slime session? (clojure)
In my clojure code, I have a few functions which are created with calls to custom macros. Typically, the macros would take a data structure of some sort and create a method from it.[详细]
2023-02-18 17:52 分类:问答node.js - eval'ing to a live process
Did anyone set up something like this for himself using the existing node.js REPL? I didn\'t think of a quick way to do it.[详细]
2023-02-07 09:08 分类:问答How do I get 'cake repl' working on OSX? (I'm getting 'Exception in thread "main" java.lang.NoClassDefFoundError: clojure/main')
I\'m trying to get clojure/emacs/swank/cake all working together.According to assembla I need \'cake repl\' to launch a repl, but I keep getting a NoClassDefFoundError.Any idea how to fix that?[详细]
2023-01-27 21:26 分类:问答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 分类:问答How I can eval a buffer and/or an instruction within Emacs with Swank and SLIME?
I\'ve successfully installed clojure-mode, slime, slime-repl within Emacs. I start a swank server with \"lein swank\"开发者_如何学JAVA and hang slime to it with \"slime-connect\". I can use the SLIME[详细]
2023-01-20 05:48 分类:问答clojure swank server opens public port?
(This question has been downvoted, which I find strange. How have I offended?) Am I right to think that running a swank server usually opens port 4005 to the world, not bound to localhost-only connec[详细]
2023-01-16 23:19 分类:问答