releases

Wout Neirynck 2026-05-08T08:54:12.175739Z

https://github.com/monkey-projects/martian-aleph.git, a http client impl for https://github.com/oliyh/martian using https://aleph.io/ v0.1.4 • Add support for text/yaml openapi specs (in addition to application/x-yaml) • Dependency updates

🎉 1
fogus (Clojure Team) 2026-05-08T15:03:43.800199Z

https://github.com/fogus/thneed v1.1.9: Clojure functions that I've found useful, and you may too. • Added support for reduced to • Removed entirely • Added function to sort coll per pred true/false • Added fogus.lexeme/gensym+ with :gensym->true metadata on returned symbol • General docstring additions/fixes.

🎉 2
Ingy döt Net 2026-05-08T17:06:48.503929Z

#gloat 0.1.35 - • Cross compilation adds Plan 9 to 25 other targets • gloat --repl CLI repl has more cool features than any known Clojure repl! - https://github.com/gloathub/gloat/blob/main/doc/gloat-repl.md#feature-comparisonhttps://gloathub.org/repl/ - The repl is now in the browser, with some of the rad CLI features like syntax highlighting and smart indent added. More to follow!

🎉 2
Ingy döt Net 2026-05-15T11:32:23.638049Z

wrt stateful URLs, I think it would be nice to get them in and out of the CLI repl as well. And since the gloat CLI can attach to any backend, I can see that as a great way share tests and ideas.

Ingy döt Net 2026-05-15T11:35:27.475849Z

I'll spend some time on that today... I think just pasting a gloathub repl url into the CLI should DTRT. And we already have ctl-p that formats code (zprint or whatever) and copies into your clipboard. Probably just a new key binding to copy the stateful URL.

Ingy döt Net 2026-05-15T11:36:55.888009Z

wrt the phone, good to hear! That was a conscious effort. 😎

Ingy döt Net 2026-05-15T11:37:37.248189Z

Although playing with it more this morning, I can think of many phone sized improvements.

Ingy döt Net 2026-05-15T11:38:15.700329Z

I'm sure you'll come to similar conclusions. Please let me know what you think of.

neumann 2026-05-14T23:04:08.609189Z

So cool to see the REPL in the browser!

Ingy döt Net 2026-05-14T23:35:59.556999Z

stateful URLs

Ingy döt Net 2026-05-14T23:37:27.573619Z

https://gloathub.org/doc/gloat-repl/ there's full docs for it now

Ingy döt Net 2026-05-14T23:39:04.968569Z

https://gloathub.org/doc/gloat-repl/#web-repl web repl docs

Ingy döt Net 2026-05-14T23:39:39.163279Z

Also gloat --repl=+bb - bb with syntax highlighting etc 🙂

neumann 2026-05-15T00:39:16.879829Z

Nice!

neumann 2026-05-15T00:39:35.981739Z

Stateful URLs are useful!

neumann 2026-05-15T00:39:57.761249Z

The web REPL works great on my phone too.

tony.kay 2026-05-08T18:02:33.052349Z

Statecharts 1.4.0-RC13 https://github.com/fulcrologic/statecharts • Added a bunch of compliance tests from W3C ◦ Added missing standard vars to env/events • Bugfix: Exceptions in expressions are supposed to short-circuit and not allow other sibling executable content to run. This wasn’t working right. Fixed; HOWEVER, since existing charts MAY depend on the broken behavior, it’s an opt-in feature for now. See docs • The new fulcro integration routing needed a parameter update helper. Added. • Bugfix: finalize in invoke elements wasn’t quite right. Subtle execution order problem. • Bugfix: finalize param on the invoke node wasn’t coded right (didn’t work). • Bugfix: fulcro integration routing: URL mapping issue causing // in URLs

❤️ 2
pez 2026-05-08T18:56:11.205789Z

whilo 2026-05-08T05:38:06.314649Z

🌊 Stratum v0.2.61 — SIMD-accelerated SQL engine for the JVM with copy-on-write columnar tables. Highlights since the last announcement: • ASOF JOIN (DSL + SQL, DuckDB syntax) — radix-partitioned, parallel, two-pointer merge. 2.7–4.6× faster than DuckDB at 1T on the three canonical shapes. • IR query planner default-on — predicate pushdown, top-N rewrite, window-having pushdown, NDV-based join cardinality, operator fusion, column pruning. • Zero-copy Parquet reader (`parquet-dataset`) — lazy chunk decode, zone-map pruning across row groups. • PostgreSQL wire: Extended Query Protocol parameter binding (JDBC PreparedStatement, psycopg2, ORMs), real pg_attribute metadata, full transaction state machine. https://github.com/replikativ/stratum

🔥 4
🎉 1