Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Clojure 项目目录,M-x cider-jack-in启动 nREPL 服务器和 Cider REPL。在后者中:
M-x cider-jack-in
(clojure.tools.logging/info "hello")
(clojure.tools.logging/warn "hello")
我缺少配置吗?Clojure 开发非常新...