announcements 2026-04-21

https://github.com/WBSemple/cljs-mjml: create https://mjml.io/ emails with hiccup-style syntax in ClojureScript (or NBB)! MJML is a markup language which takes much of the suffering out of designing responsive HTML emails that work across popular email clients. MJML+hiccup is by far the nicest way I've found of writing HTML emails so I've combined them in this small library (along with some tips and an example project) for anyone else who might want to follow the same pattern 🙂

🆒 5
🎉 14

Phel v0.34 "Toolsmith" just dropped: https://phel-lang.org/releases/0-34-toolsmith/ It's a Lisp that compiles to PHP, and this release has a lot that'll look familiar to Clojurists: • reader literals (`#inst`, #regex, user tags via data-readers.phel) • nREPL server and full LSP • phel\match with vector/map/`:as`/`:guard`/`:or` patterns • phel\schema (validate, conform, coerce, generate, instrument) • phel\async with fiber-backed promises and futures • REPL has *1 *2 *3 *e and ns-aware prompt • defmulti takes a docstring, def returns a printable var ref • new phel lint and phel watch • and many more stuff 🙂 > Kudos to @j.s for helping to achieve #clojure-test-suite within Phel, getting there!

👀 6
😄 1
🎉 9

http://www.taoensso.com/nippy: Fast serialization library for Clojure v3.7.0-beta1 is https://github.com/taoensso/nippy/releases/tag/v3.7.0-beta1 for early testers 👍 Includes a >20% speed bump courtesy of some awesome work by @huahaiy 💪🙏 Enjoy! 🫶

🆒 3
❤️ 26
🎉 15