This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-28
Channels
- # announcements (10)
- # aws (1)
- # babashka (12)
- # babashka-sci-dev (6)
- # beginners (46)
- # biff (11)
- # calva (38)
- # clerk (4)
- # clj-kondo (50)
- # cljs-dev (8)
- # cljtogether (1)
- # clojure (82)
- # clojure-doc (1)
- # clojure-europe (35)
- # clojure-nl (1)
- # clojure-norway (46)
- # clojure-spec (3)
- # clojure-uk (1)
- # clojurescript (37)
- # conjure (10)
- # cursive (1)
- # datalevin (2)
- # datomic (3)
- # fulcro (13)
- # honeysql (36)
- # hyperfiddle (73)
- # malli (15)
- # membrane (16)
- # off-topic (28)
- # pathom (6)
- # polylith (2)
- # reagent (14)
- # releases (2)
- # rum (5)
- # shadow-cljs (50)
- # 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.