This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-28
Channels
- # announcements (11)
- # aws (1)
- # babashka (12)
- # babashka-sci-dev (6)
- # beginners (46)
- # biff (15)
- # calva (57)
- # clerk (6)
- # clj-kondo (50)
- # clj-together (1)
- # cljs-dev (14)
- # clojure (89)
- # clojure-doc (1)
- # clojure-europe (36)
- # clojure-nl (1)
- # clojure-norway (50)
- # clojure-spec (4)
- # clojure-uk (1)
- # clojurescript (56)
- # conjure (10)
- # cursive (1)
- # datalevin (2)
- # datomic (3)
- # fulcro (15)
- # honeysql (36)
- # hyperfiddle (74)
- # malli (19)
- # membrane (16)
- # off-topic (33)
- # pathom (6)
- # polylith (2)
- # reagent (14)
- # releases (2)
- # rum (5)
- # shadow-cljs (51)
- # sql (6)
- # tools-build (10)
- # xtdb (6)
I'm playing with a thing for emacs - a simple comint-mode for Polylith. This is absolutely a first draft and not at all ready for prime time, but M-x polylith-shell
at the root of your project will get you a *Polylith*
buffer running clojure -M:poly shell
. https://gitlab.com/runswithd6s/polylith-mode/-/tree/main
No original code here -- all credit goes to Mickey Peterson and his article https://www.masteringemacs.org/article/comint-writing-command-interpreter. I just changed a few strings here and there. I'm a huge fan of magit and doom emacs, so it'd be interesting to play around with this to see if I can't get closer to something that plays well in a projectile workspace.
This looks very cool! I haven’t tried it out myself yet, but when it’s ready for production, please let me know so that I can update the doc.