Fork me on GitHub
#releases
<
2023-09-18
>
Chris McCormick04:09:11

šŸ¦Š 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

šŸ¦Š 3
borkdude10:09:03

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

šŸŽ‰ 5
borkdude11:09:42

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

Noah Bogart20:09:10

> ā€¢ Respect CLJS truth semantics: only null, undefined and false are non-truthy, 0 and "" are truthy. i wish javascript was like this šŸ˜­

borkdude20:09:58

imo this feature is more annoying than everything else in JS

borkdude20:09:06

this is why I couldn't resist "fixing" it

Noah Bogart20:09:41

yeah, "truth tables" drive me nuts in other languages

Carsten Behring20:09:31

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/

šŸŽ‰ 2