This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-26
Channels
- # announcements (1)
- # babashka (6)
- # beginners (12)
- # biff (39)
- # calva (4)
- # cider (5)
- # clj-commons (1)
- # clj-yaml (9)
- # clojure (42)
- # clojure-conj (1)
- # clojure-europe (8)
- # clojurescript-ios (1)
- # clr (1)
- # conjure (7)
- # data-science (1)
- # datalevin (9)
- # emacs (3)
- # helix (1)
- # honeysql (11)
- # hyperfiddle (60)
- # introduce-yourself (1)
- # lsp (26)
- # music (1)
- # off-topic (1)
- # pathom (2)
- # polylith (3)
- # releases (1)
- # sci (1)
- # scittle (21)
- # shadow-cljs (57)
- # spacemacs (3)
- # xtdb (38)
Is there a cljs/scittle equivalent of jQueries JSON.stringify() ? I searched on the bb scittle sites but came up empty. I have zero experience with cljs and really like the way scittle works
@thierry572 (js/JSON.stringify ...)
Thanks for the tips, got it working in the end. Had some inline javascript in a clojure project and wanted to know how to do the same with scittle as writing Clojure(script) is more fun to do then js :face_with_hand_over_mouth:. And I wanted to see what would be faster.
JS is likely faster than CLJS and normal CLJS is likely faster than scittle (since scittle uses an interpreter)
Yeah just messing about, scittle is perfect in this case because I dont yet know how to integrate cljs into my clj project 😁 which I will probably do in the end, just not now
Yes, but clerk is not interactive. I mean, people looking at the notebook, could change data and calculations on the fly.
@U017QJZ9M7W can probably tell you how you could accomplish this with clerk and a custom build or maybe @U5H74UNSF is open to adding an evaluation component like this into clerk
This would be great and I’m sure we can get it working in Clerk
@U04V15CAJ Aykay, you know more about this stuff than I do 🙂
@U9EQP1K0X built some clerk demos around this iirc
@U5H74UNSF possible, maybe you mean https://snapshots.nextjournal.com/clojure-mode/build/ac038ebf6e5da09dd2b8a31609e9ff4a65e36852/livedoc/index.html ?

@U9EQP1K0X I meant a code viewer that evaluates the code in sci and shows the editable code with its result