This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-27
Channels
- # announcements (2)
- # babashka (60)
- # beginners (73)
- # calva (23)
- # cider (2)
- # clj-kondo (19)
- # cljs-dev (31)
- # clojure (29)
- # clojure-berlin (1)
- # clojure-europe (6)
- # clojure-nl (17)
- # clojure-spec (21)
- # clojure-uk (15)
- # clojurescript (54)
- # core-async (48)
- # cursive (35)
- # datomic (12)
- # emacs (12)
- # fulcro (66)
- # graalvm (3)
- # graphql (16)
- # jackdaw (1)
- # malli (1)
- # off-topic (11)
- # pedestal (4)
- # re-frame (10)
- # reitit (1)
- # rewrite-clj (8)
- # ring-swagger (8)
- # shadow-cljs (14)
- # spacemacs (2)
- # vim (5)
re: mranderson - i've been investigating the code and repository a bit. it appears the maintainer has / had thoughts about making its capabilities available outside of leiningen (there are a number of issues related to this). while trying to understand what is involved, i took some notes: https://gist.github.com/sogaiu/dc4e073f5e90b9200b309d8c16bc7226 -- as a side effect, it 1) provides a brief intro to using REBL, 2) tries to give tips on specifically how to do this for a leiningen plugin (trickier than expected). there are even screenshots 🙂
why is it a problem that it depends on leiningen? you can generate the mrandersoned files once and then use those independently from leiningen
what if you don't want to use leiningen? what if you want to invoke the tool from elsewhere?
at any rate, even the author appears to think it's worth considering -- he made issues for it himself.