emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
ag 2020-04-08T04:45:28.050900Z

Has anyone used babashka with source code blocks in Org-mode?

practicalli-john 2020-04-08T16:40:06.054400Z

I've only used Leiningen and deps.edn projects, but they both worked https://practicalli.github.io/spacemacs/org-mode/literate-programming/ I havent tried babashka for anything yet, but would be interested to know how you get on.

mister_m 2020-04-08T14:42:52.052500Z

RE using CIDER in the context of a lein project - if I add a dependency to a lein project during a running cider session, is there a way for cider to pull in that new dependency without me having to restart? I think the analog in slime / quicklisp would be re-quickloading your local project.

bozhidar 2020-04-08T16:19:28.052800Z

@radicalmatt Unfortunately, no.

bozhidar 2020-04-08T16:19:40.053200Z

You’ll have to restart the REPL server.

bozhidar 2020-04-08T16:20:42.053500Z

That’s as close as we can get currently https://nrepl.org/nrepl/0.7.0/usage/misc.html#_hot_loading_dependencies

mister_m 2020-04-08T16:26:55.054300Z

It isn't the biggest deal for me yet, it just tripped me up the first time I added a dependency