Squint:
squint-cljs.github.io/squint/?src=...
Cherry:
squint-cljs.github.io/cherry/?src=...
#clojure #squintcljs #cherrycljs
Squint:
squint-cljs.github.io/squint/?src=...
Cherry:
squint-cljs.github.io/cherry/?src=...
#clojure #squintcljs #cherrycljs
oba.nl/nl/oba-congr...
Any company wants to sponsor this venue so your name is going to be on the (future) conference website and more?
#babashka
www.meetup.com/the-dutch-cl...
oba.nl/nl/oba-congr...
Any company wants to sponsor this venue so your name is going to be on the (future) conference website and more?
#babashka
www.meetup.com/the-dutch-cl...
www.meetup.com/the-dutch-cl...
#babashka_conf
www.meetup.com/the-dutch-cl...
#babashka_conf
blog.michielborkent.nl/thanksgiving...
#babashka #clojure #cljKondo #squintcljs #scittlecljs
blog.michielborkent.nl/thanksgiving...
#babashka #clojure #cljKondo #squintcljs #scittlecljs
github.com/weavejester/...
#clojure
github.com/weavejester/...
#clojure
#clojure #babashka
#clojure #babashka
Perhaps someone at a company university is interested in co-operating?
#clojure #babashka #babashka_conf
Perhaps someone at a company university is interested in co-operating?
#clojure #babashka #babashka_conf
9to5mac.com/2025/11/19/t...
9to5mac.com/2025/11/19/t...
Are you coming to Dutch Clojure Days 2026, make sure to arrive one day earlier for babashka-conf 26!
www.meetup.com/the-dutch-cl...
#clojure #babashka #babashka_conf
Are you coming to Dutch Clojure Days 2026, make sure to arrive one day earlier for babashka-conf 26!
www.meetup.com/the-dutch-cl...
#clojure #babashka #babashka_conf
Eric Dallo, Rich Hickey, Peter Stromberg, me, Arthur Fücher
bb.edn:
{:tasks
{cljfmt {:extra-deps {dev.weavejester/cljfmt {:mvn/version "0.15.5"}}
:task cljfmt.main/-main}}}
Run:
bb cljfmt
bb.edn:
{:tasks
{cljfmt {:extra-deps {dev.weavejester/cljfmt {:mvn/version "0.15.5"}}
:task cljfmt.main/-main}}}
Run:
bb cljfmt
It fixes unbalanced parens/other delimiters in Clojure code.
github.com/borkdude/par...
#clojure
It fixes unbalanced parens/other delimiters in Clojure code.
github.com/borkdude/par...
#clojure
In 12 years, over 7 different versions of Clojure (from 1.5.1 to 1.12.0) they had zero migrations!
I don’t know how to express how amazing that is
In 12 years, over 7 different versions of Clojure (from 1.5.1 to 1.12.0) they had zero migrations!
I don’t know how to express how amazing that is
gist.github.com/borkdude/443...
#clojure #scittlecljs
gist.github.com/borkdude/443...
#clojure #scittlecljs
github.com/babashka/sci...
#clojure #clojurescript
github.com/babashka/sci...
#clojure #clojurescript
#clojureconj2025
#clojureconj2025
user=> (e/parse-string "#?(:mylang :dude :clj 1 :cljs 2)" {:read-cond :allow :features (constantly true)}) :dude
#clojure
user=> (e/parse-string "#?(:mylang :dude :clj 1 :cljs 2)" {:read-cond :allow :features (constantly true)}) :dude
#clojure
#clojure #clojurescript #squintcljs
squint-cljs.github.io/squint/?src=...
#clojure #clojurescript #squintcljs
squint-cljs.github.io/squint/?src=...
#clojure #clojurescript #squintcljs
squint-cljs.github.io/squint/?src=...
#clojure #clojurescript #squintcljs
squint-cljs.github.io/squint/?src=...
user=> (e/parse-string "#js/map {:a 1 :b 2}" {:map (fn [& m] m) :readers {'js/map (fn [x] (prn :x x))}})
:x (:a 1 :b 2)
github.com/borkdude/eda...
#clojure #clojurescript
user=> (e/parse-string "#js/map {:a 1 :b 2}" {:map (fn [& m] m) :readers {'js/map (fn [x] (prn :x x))}})
:x (:a 1 :b 2)
github.com/borkdude/eda...
#clojure #clojurescript