This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-20
Channels
- # announcements (1)
- # babashka (4)
- # beginners (8)
- # cider (4)
- # clj-kondo (10)
- # cljdoc (1)
- # cljsrn (7)
- # clojure (3)
- # clojure-europe (20)
- # clojure-france (3)
- # clojure-sg (2)
- # clojurescript (16)
- # clojureverse-ops (3)
- # community-development (5)
- # core-async (35)
- # cursive (1)
- # datahike (14)
- # datomic (7)
- # events (5)
- # fulcro (59)
- # graphql (11)
- # lsp (33)
- # meander (1)
- # off-topic (33)
- # polylith (23)
- # portal (33)
- # re-frame (1)
- # reagent (10)
- # reclojure (7)
- # reveal (14)
Reveal lives in JVM, therefore it works with any IDE without specialized integration.. what do you have in mind for intellij integration?
Because this is The trade-off of Reveal — it's a window that lives in JVM where development happens, therefore it benefits from direct access to objects
Another upside is that since it's a separate window, it's already available for developers no matter the IDE they use
And the integration would require launching reveal in the IntelliJ JVM which is not where development happens?
Yes, different classpaths, different dependencies, different lifetimes — you wouldn't want accidental exception causing your JVM to quit to also delete all unsaved changes
Do all reveal features work in cljs? I'm guessing not the pro feature: "File system navigation" at least