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
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.
#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-comparison
• https://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!
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.
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.
wrt the phone, good to hear! That was a conscious effort. 😎
Although playing with it more this morning, I can think of many phone sized improvements.
I'm sure you'll come to similar conclusions. Please let me know what you think of.
So cool to see the REPL in the browser!
@neumann did you see https://gloathub.org/repl/#s:WyIoZGVmbiBmaXp6YnV6eiBbc3RhcnQgZmluaXNoXSBcbiAgKG1hcCAoZm4gW25dXG5cdChjb25kXG5cdFx0KHplcm8/IChtb2QgbiAxNSkpIFwiRml6ekJ1enpcIlxuXHRcdCh6ZXJvPyAobW9kIG4gMykpIFwiRml6elwiXG5cdFx0KHplcm8/IChtb2QgbiA1KSkgXCJCdXp6XCJcblx0XHQ6ZWxzZSBuKSlcblx0KHJhbmdlIHN0YXJ0IGZpbmlzaCkpKVxuIiwiKGZpenpidXp6IDEgMTcpIl0= ?
stateful URLs
https://gloathub.org/doc/gloat-repl/ there's full docs for it now
https://gloathub.org/doc/gloat-repl/#web-repl web repl docs
Also gloat --repl=+bb - bb with syntax highlighting etc 🙂
Nice!
Stateful URLs are useful!
The web REPL works great on my phone too.
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
🌊 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