by thaliaarchi on 2/8/2025, 7:11:40 PM
by shawn_w on 2/8/2025, 10:03:35 PM
The Go version treats file data as byte arrays; might want to do the same and use Scheme bytevectors instead of strings. OTOH the docs say it's not supposed to be a general binary format...
by ewired on 2/9/2025, 2:52:43 AM
Similar format: https://github.com/google/hrx
by sudahtigabulan on 2/9/2025, 1:33:35 AM
The Markdown of archives.
by tyho on 2/8/2025, 9:29:43 PM
I have been using txtar to provide context to LLM's recently.
Simple format. Makes me want to write a parser for it using a shared buffered reader library I’m working on in Rust.