Fork me on GitHub
#announcements
<
2023-10-11
>
Peter Taoussanis09:10:06

https://github.com/http-kit/http-kit (minimalist async HTTP client+server) v2.8.0-beta2 is https://github.com/http-kit/http-kit/releases/tag/v2.8.0-beta2 with: • Auto Java 21+ virtual threads for client + server when available • New benchmark suite with extensive results for client + server (incl. non/virtual comparisons) • Support for Ring-style async handlers (thanks to weavejester!) • Several small fixes, documentation improvements, and more (Quick note: I don’t normally post announcements here but have recently had some requests to, so will try start doing for at least large releases 👍) Cheers! 🙂

🎉 38
Peter Taoussanis13:10:44

https://github.com/taoensso/nippy (Clojure serialization lib) v3.3.0 final is https://github.com/taoensso/nippy/releases/tag/v3.3.0 with: • Experimental transducer support during thaw, allowing fast+flexible data inspection/transformation. Enables some advanced use cases. • Otherwise mostly small improvements (efficiency, documentation, etc.). • Updated https://github.com/taoensso/nippy#performance (chart still needs updating for v3.3.0) (This is the first major Nippy release since Jul 2022) v3.4.0-beta1 is https://github.com/taoensso/nippy/releases/tag/v3.4.0-beta1 with: • Significant performance improvements to all compression methods • Support for http://facebook.github.io/zstd/ • An improved (faster, more accurate) freezable? util Enjoy, cheers!

💯 13
🎉 14
👌 1
nathanmarz16:10:49

We've just released a first-class Clojure API for Rama. Rama is a new programming platform we released in August that enables end-to-end scalable backends to be built in their entirety in 100x less code than otherwise. It's a "programmable datastore on steroids" where you mold your datastore to fit your application rather than the other way around. This introductory blog post to the Clojure API culminates in building a highly scalable auction application with timed listings, bids, and notifications in only 100 LOC. https://blog.redplanetlabs.com/2023/10/11/introducing-ramas-clojure-api/

🎉 60
❤️ 19
😍 8
🔥 12
🔴 5
clojure-spin 13
Daniel Jomphe17:10:30

A quick comparison of the Java and Clojure API

Daniel Jomphe17:10:31

The following seems like a great summary of a “key” difference of Rama’s Dataflow language: