squint

2026-02-26T19:23:33.343889Z

> A small field report on Reagami. Not sure if it is the best channel to share, but the best I could think of since it is built with Reagami (and Scittle) https://github.com/jeroenvandijk/replicend-kanban

🙏 1
borkdude 2026-02-26T19:40:29.102849Z

so you're loading reagami from source in scittle right?

bb.edn
2: :deps {io.github.borkdude/reagami {:git/sha "7e23c82c37726f9e749a28cf94677b5631df589d"}

backend/api.clj
73:    (scittle-include-tag "reagami/core.cljc")
amazing that even that performs well :)

borkdude 2026-02-26T19:40:41.746799Z

this isn't actually using squint I guess?

borkdude 2026-02-26T19:41:19.430439Z

#?(:squint (TextDecoder.) :scittle (js/TextDecoder.)
The last one should work in squint as well?

2026-02-26T19:41:38.386329Z

No I started with squint, but then i couldn't deserialize all the edn from the server properly. I also need to use the Nexus library. So Scittle it is 🙂 But works nicely

2026-02-26T19:42:00.473209Z

Yeah sorry I need to do a bit more cleanup. There should be no squint

borkdude 2026-02-26T19:42:29.769509Z

Maybe #scittle is an even better channel to share then? :)

borkdude 2026-02-26T19:42:45.236719Z

there is an EDN library for JS that you can use in squint

borkdude 2026-02-26T19:43:03.551429Z

not sure if it's 100% spec-compliant

2026-02-26T19:43:44.996939Z

Yeah I just decided to go for safe once I figured I could do Reagami with Scittle. It is already many new libraries and techniques together

👍 1