Fork me on GitHub
#emacs
<
2020-04-08
>
ag04:04:28

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

practicalli-johnny16:04:06

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_m14:04:52

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.

bozhidar16:04:28

@radicalmatt Unfortunately, no.

bozhidar16:04:40

You’ll have to restart the REPL server.

mister_m16:04:55

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