Announcing atomstream: TUI streaming to the Web.
https://github.com/kpassapk/atomstream
• namespace-compatible with charm.clj
• + provides an almost identical Web interface using Hyperlith
• keyboard input.
Demo video: https://youtu.be/h-z3W0Yvi2c
New Release: We’ve extended c4k-keycloak with WebFinger support. Now, SSO via Tailscale works. https://repo.prod.meissa.de/meissa/c4k-keycloak #DevOps #Clojure #Keycloak #sso
In the same spirit as EDN.c there is now https://github.com/DotFox/transit.c with full implementation of the transit-format specification for C11 with optional SIMD acceleration. https://github.com/DotFox/transit.c
I was experimenting to see if I could get Clojure bootstrapped on top of Janet using SCI, and I got a lot further than I anticipated already, the test harness from Jank has been really helpful, the main difference from Jank is that Jolt focuses on having a small runtime and being suitable for low resource environments, it's around 9k lines of Janet right now and has a runtime of around 5 megs and boots up in 6ms on my machine, caveat being that it is interpreted right now, so raw performance is obviously slow https://github.com/yogthos/jolt
once nice part is that core.async maps really cleanly to Janet fibers so that came basically for free
@clojurians-slack.htsg how can we use magic methods like __invoke?