将 swank 与 leiningen 和 elein 一起使用时出错

发布于 2024-12-15 22:34:11 字数 749 浏览 0 评论 0原文

我在linux中使用leiningen和elein,当我创建我的项目时,我添加:

:dev-dependencies [[swank-clojure "1.2.1"]])

然后我调用“elein-swank”并且完美...这连接了swank和(显然)slime,因为repl打开并且我可以使用我的代码。

现在我已经在Windows上安装了clojure box;这包括 clojure 模式和 slime,我已经下载了 leiningen 和 elein 模式。

我创建我的项目,添加 swank 依赖项,当我调用“elein-swank”时,这会显示:

“没有发现炫耀..”

elein-swank 缓冲区说

在本地主机端口 4005 上打开连接。

显然 swank 不起作用,因为如果我调用 slime-connect 并尝试使用 4005 端口,这会打开 repl,但如果我按 Enter 键,它会显示“连接关闭”

然后我尝试下载 swank-clojure使用:

lein插件安装swank-clojure 1.3.3

我读到这种方式已经过时,现在 leiningen 包含 swank (如果我错了,请纠正我)。我尝试使用 swank 然后这也不起作用。

我能做些什么?

I'm using leiningen and elein in linux, when I create my project I add:

:dev-dependencies [[swank-clojure "1.2.1"]])

then I call "elein-swank" and perfect...this connects swank and (apparently) slime because the repl opens and I can work with my code.

Now I've installed clojure box on windows; this includes clojure-mode and slime, and I've downloaded leiningen and elein mode.

I create my project, add the swank dependencie and when I call "elein-swank" this shows me:

"No swank found.."

And the elein-swank buffer says

Connection opened on localhost port 4005.

Apparently swank didn't work because if I call slime-connect and try to use the 4005 port this opens the repl but if I press enter it says "connection close"

Then I tried to download swank-clojure using:

lein plugin install swank-clojure 1.3.3

I've read that this way is obsolete and now leiningen includes swank (correct me if I wrong). I try use swank then and this doesn't work either.

What can I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文