This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-24
Channels
- # beginners (12)
- # boot (15)
- # chestnut (1)
- # cljs-dev (24)
- # cljsrn (2)
- # clojure (32)
- # clojure-dev (9)
- # clojure-news (1)
- # clojure-spec (7)
- # clojurescript (17)
- # cursive (12)
- # datomic (13)
- # hoplon (13)
- # instaparse (8)
- # jobs (3)
- # luminus (11)
- # lumo (10)
- # off-topic (2)
- # parinfer (2)
- # pedestal (2)
- # protorepl (3)
- # slack-help (1)
- # sql (6)
- # vim (1)
Hey all I can't find any good resources to see if cursive has functionality similar to CIDER's hotload dependency https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-hotload-dependency
@royalaid I don't think so - but you can always try to use https://github.com/pallet/alembic
@favila Yes, sorry - that’s https://github.com/cursive-ide/cursive/issues/1785, I’m hoping to fix that tonight and do a bugfix release.
@royalaid Is that something you use a lot? I’m interested to know if it’s very useful.
I do a lot of side projects and often find that I want to add a dep I use often, like timbre, to a new project or module
@royalaid I think what you want for namespace refreshing is “Sync files in REPL” - see here under “Interaction with the editor”: https://cursive-ide.com/userguide/repl.html