This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-16
Channels
- # announcements (62)
- # babashka (12)
- # babashka-sci-dev (73)
- # beginners (16)
- # biff (10)
- # calva (65)
- # cider (13)
- # clerk (8)
- # clojure (31)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (19)
- # clojure-spec (24)
- # clojure-uk (5)
- # clojuredesign-podcast (18)
- # clojurescript (18)
- # dev-tooling (2)
- # emacs (30)
- # etaoin (4)
- # gratitude (3)
- # hyperfiddle (20)
- # integrant (2)
- # jobs (4)
- # kaocha (7)
- # malli (1)
- # observability (11)
- # off-topic (11)
- # pathom (12)
- # podcasts-discuss (7)
- # portal (12)
- # quil (3)
- # re-frame (6)
- # releases (1)
- # sql (22)
- # squint (5)
- # testing (79)
- # tools-deps (3)
- # xtdb (20)
https://github.com/squint-cljs/squint: ClojureScript syntax to JavaScript compiler
https://squint-cljs.github.io/squint/?src=https://gist.githubusercontent.com/borkdude/9ed90af225a57ba6b8d9dd12e7c71eea/raw/02fd614cad0da4ac696511c438ebd9ed67d412b5/wordle.cljs
0.4.45 (2023-11-16)
• Fix doseq
and for
when binding name clashes with core var
0.4.44 (2023-11-15)
• No-op release to hopefully fix caching issue with jspm
0.4.43 (2023-11-15)
• Several REPL improvements
• Improve https://squint-cljs.github.io/squint/
0.4.42 (2023-11-13)
• Allow alias name to be used as object in REPL mode
0.4.41 (2023-11-12)
• Copy resources when using squint compile
or squint watch
0.4.40 (2023-11-12)
• Return map when select-keys
is called with nil
• nREPL server: print values through cljs.pprint
(https://github.com/PEZ)