This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-04
Channels
- # announcements (6)
- # babashka (7)
- # beginners (2)
- # biff (5)
- # calva (2)
- # cherry (17)
- # cider (3)
- # clj-kondo (8)
- # clojure (202)
- # clojure-brasil (8)
- # clojure-europe (20)
- # clojure-norway (23)
- # clojure-uk (4)
- # clojuredesign-podcast (5)
- # conjure (1)
- # cursive (9)
- # eastwood (22)
- # events (8)
- # fulcro (3)
- # hyperfiddle (22)
- # introduce-yourself (7)
- # lsp (67)
- # malli (1)
- # matrix (1)
- # meander (6)
- # off-topic (76)
- # pedestal (8)
- # polylith (17)
- # quil (12)
- # re-frame (2)
- # reagent (8)
- # releases (3)
- # shadow-cljs (67)
- # sql (93)
- # squint (39)
- # tools-deps (46)
- # vim (7)
https://github.com/squint-cljs/cherry: Experimental ClojureScript to ES6 module compiler
https://github.com/squint-cljs/cherry/blob/main/CHANGELOG.md#019-2023-10-04
• Fix reading :cljs
branches from .cljc
files
Squint 2.2.30: add UMD build of squint.core which eases compiling snippets of CLJS/squint in a JVM server and consuming them from a server: https://github.com/squint-cljs/squint#compile-on-a-server-use-in-a-browser
https://github.com/PEZ/taplet 1.0.58. Taplet is a Clojure/ClojureScript macro, let>
, that works like a let
, and also tap>
s the binding vector. Changes:
• Support labeling taps from metadata (using :let>
)
• Unwrap the inner vectors in the taps (now they look more like binding vectors)