简体   繁体   English

为Clojure Repl设置下唇

[英]Setting up inferior-lisp for clojure repl

I'm trying to adding inferior-lisp support for clojure. 我试图添加对Clojure的下层支持。 I've read several articles how to do it and it looks so easy, just do something like this: 我已经阅读了几篇文章如何做的,它看起来很简单,只需执行以下操作:

M-x set-variable inferior-lisp-program "lein repl"

and then I hit 然后我打

C-c C-z

And it does the job, which is the repl is on. 它完成了工作,这就是重复。 But when I type something eg (def foo "bar") and hit enter, the repl just idle. 但是,当我键入某些内容(def foo "bar")例如(def foo "bar")并按Enter键时,REPL只是闲着。 Any ideas how to fix this? 任何想法如何解决这一问题?

您可以查看此博客 ,该博客显示了不使用苹果酒的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM