This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-14
Channels
- # admin-announcements (1)
- # announcements (28)
- # babashka (9)
- # beginners (32)
- # biff (1)
- # calva (1)
- # clj-kondo (26)
- # clj-otel (52)
- # cljs-dev (2)
- # clojure (41)
- # clojure-europe (23)
- # clojure-korea (7)
- # clojure-nl (1)
- # clojure-norway (39)
- # clojure-uk (4)
- # community-development (10)
- # core-typed (9)
- # cursive (2)
- # datahike (8)
- # events (1)
- # helix (10)
- # kaocha (5)
- # malli (14)
- # missionary (4)
- # off-topic (42)
- # pedestal (1)
- # reagent (3)
- # releases (5)
- # shadow-cljs (33)
- # squint (18)
- # tools-build (8)
- # xtdb (17)
I believe @U050TNB9F has built a (commercial) figma plugin with it The squint playground (including the clojure support) is also built with it https://squint-cljs.github.io/squint/
Got it. Oh btw thanks for the recent update of :flds
support for Clojuredart files w/ clj-kondo.
I am building a jupyter style notebook with squint, prosemirror, codemirror, echarts, html custom web components and it’s working great!
@U015Y1A1N8Y is your jupyter-style notebook private, or is it accessible on the web somewhere? I'd love to have a look.
@U3X7174KS it’s private for the moment, maybe we will open source it in the future. A lot of inspiration was taken from (in terms of editor features): https://tiptap.dev/ https://curvenote.com/ https://milkdown.dev/ We have another project similar to Uber Cadence (http://temporal.io) / Netflix Conductor that we use for many things internally, but this will power the kernel for the notebook too
I didn’t end up using this web component library, but it looked very promising and I would use it in hobby projects for sure https://shoelace.style/
there's currently no way to load deps other than JS libs via npm (or whatever underlying JS build system you're using) also squint isn't intended as a full replacement for CLJS so many libs likely won't work without extra work squint is just a very thin layer over JS
in theory datascript should work though because it has a JS API