This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-19
Channels
- # babashka (7)
- # beginners (29)
- # biff (10)
- # cherry (6)
- # cider (23)
- # clj-kondo (9)
- # clojure (54)
- # clojure-europe (27)
- # clojure-nl (2)
- # clojure-norway (10)
- # clojure-uk (5)
- # datomic (14)
- # deps-new (1)
- # events (7)
- # figwheel-main (3)
- # hyperfiddle (9)
- # lsp (4)
- # malli (12)
- # off-topic (8)
- # other-languages (2)
- # releases (3)
- # shadow-cljs (104)
- # specter (1)
- # tools-deps (12)
I feel like when using cherry I almost want to just leave behind the concept of namespaces & just stay in JS module land
squint/cherry has a different mode for the REPL: it emits both global stuff which emulates namespaces and also JS modules for any JS that might interoperate
ah I didn’t consider the REPL stuff. @U04V15CAJ does your message mean the REPL could work without namespaces? and if you don’t mind, could you perhaps give an update on the state of REPLs in cherry/squint?
you can see the REPL output here for example: https://squint-cljs.github.io/cherry/ although the nREPL stuff currently only works with squint, it's possible to copy it, but it's not yet finished