This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-18
Channels
- # announcements (10)
- # babashka (21)
- # beginners (99)
- # biff (66)
- # catalyst (3)
- # cherry (1)
- # cider (11)
- # clojure (38)
- # clojure-austin (3)
- # clojure-dev (23)
- # clojure-europe (21)
- # clojure-hungary (10)
- # clojure-nl (2)
- # clojure-norway (57)
- # clojure-uk (2)
- # clojurescript (9)
- # cursive (6)
- # fulcro (5)
- # hyperfiddle (14)
- # integrant (4)
- # introduce-yourself (3)
- # lsp (24)
- # off-topic (14)
- # reagent (12)
- # reitit (13)
- # releases (8)
- # sci (16)
- # shadow-cljs (8)
- # solo-full-stack (1)
- # spacemacs (5)
- # squint (3)
- # xtdb (14)
š¦ Sitefox back-end ClojureScript library v0.0.18 is out. Upgraded node passport library to fix auth and session issues. https://github.com/chr15m/sitefox
https://github.com/squint-cljs/squint: ClojureScript syntax to JavaScript compiler
0.2.27 (2023-09-18)
ā¢ Respect CLJS truth semantics: only null
, undefined
and false
are non-truthy, 0
and ""
are truthy.
ā¢ Fix dotimes
0.2.26 (2023-09-17)
ā¢ squint repl
improvements
Related:
https://github.com/squint-cljs/cherry: Experimental ClojureScript to ES6 module compiler
0.1.8 (2023-09-18)
ā¢ Bump shared compiler code with squint, optimizes truthiness checks and fixes and
and or
wrt/ truthiness
> ā¢ Respect CLJS truth semantics: only null
, undefined
and false
are non-truthy, 0
and ""
are truthy.
i wish javascript was like this š
yeah, "truth tables" drive me nuts in other languages
A new release of
, the idiomatic machine learning library for Clojure, is out.
Version 0.3 adapts it and the underlying dependencies to tech.ml.dataset
version 7.0
https://clojars.org/scicloj/scicloj.ml/