This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-16
Channels
- # announcements (2)
- # aws (2)
- # babashka (29)
- # beginners (69)
- # calva (6)
- # chlorine-clover (2)
- # cider (1)
- # cljs-dev (4)
- # clojure (44)
- # clojure-israel (1)
- # clojure-spec (3)
- # clojure-uk (31)
- # clojured (2)
- # clojurescript (6)
- # code-reviews (22)
- # core-typed (133)
- # cryogen (6)
- # cursive (7)
- # datomic (25)
- # emacs (19)
- # fulcro (69)
- # graalvm (1)
- # graphql (7)
- # lumo (1)
- # off-topic (92)
- # parinfer (2)
- # pedestal (6)
- # reagent (5)
- # remote-jobs (1)
- # shadow-cljs (11)
- # tools-deps (20)
- # tree-sitter (1)
- # vim (4)
- # vscode (6)
Is it possible to drop-into the stackframe of a cljs function, and interactively evaluate something?
has anyone used the io-prepl
in CLJS to connect to a remote CLJ socket-server
?
The examples in the namespace only show connections to a node server.
https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/core/server.clj
[ at the moment I send the code over a web socket to a server and don’t use the above code but I would ideally like to delete my code and use this instead ]
Good morning 🌱, is anyone aware of a nice cljs wrapper for https://github.com/uber/react-digraph ?
Or a similar library? My google-fu is not very strong this morning.
Before I dive into creating numerous (clj->js ...)
calls, maybe someone out there has a better idea