Search
- #Clojure fam, is it idiomatic to name boolean vars with a question mark suffix? I know this is the case for functions that return yes/no, but how about let bindings for example?
- #wipwednesday I’ve been working on a series of semi-meaty clojure.core.async.flow examples and a guide to cover all of the features and hopefully some sensible dev patterns. Just starting to get them pushed. github.com/camdez/flow-... Anything you’ve been wondering about flow? #clojure
- I finally re-recorded and published my intro to Clojure's transducers talk that I gave last year. Check it out if you're a Clojure user who's not yet using transducers. It includes the insight that made me start using transducers every day: www.youtube.com/watch?v=ACwJ... #clojure
- New In Print - by @alexmiller.bsky.social and @lambduhhh.bsky.social Challenge your knowledge of Clojure with 25 short brain teasers, sometimes with surprising results! Each code challenge illustrates Clojure's elegant design, explaining how/why it works. pragprog.com/titles/... #Clojure