I started using Clojure with leiningen(and now boot).
leiningen
boot
Now I sometimes want to quickly get to Clojure {Script} CIDER REPL in Emacs to follow just a few instructions. I do not want to create a file for this project.clj, since I just want to use REPL in the newsletter.
project.clj
Is there a way to get a replo Clojure file, for example, in a buffer *scratch*?
*scratch*
well, you can execute Mx cider-jack-anywhere, even without the project.clj project. This works for me.
lein repl // - project.clj. REPL, , Emacs M-x cider-connect ( ). M-x cider-jack-in (.. lein repl) .
lein repl
M-x cider-connect
M-x cider-jack-in
, boot wiki leiningen boot repl -s.
boot repl -s
M-x cider-jack-in, , , cider-jack-in Clojure, emacs.d/init.el:
cider-jack-in
emacs.d/init.el
(setq cider-allow-jack-in-without-project t)
Source: https://habr.com/ru/post/1611342/More articles:Removing an image from the DOM is not yet fully loaded: is the transfer interrupted? - javascriptsupport mongo continuous connection using pymongo - pythonJTextPane double carriage return - javaCruelty gesture not detected in UITableViewCell - iosHow to perform an action after calling UIActivityViewController and then closing - iosАвтоматическое бросание IllegalArgumentException, когда пустые значения передаются методу - javaHow to restore source code from pure javascript function? - javascriptResize actionButton and its label - htmlWhat is the Post-Policy link in the assembly binding log? - .net-assemblyВиртуальный интерфейс WiFi/802.11 похож на VETH на Linux - linuxAll Articles