Show HN: Chez Scheme txtar port from Go

This is a loose port of https://golang.org/x/tools/txtar, which concatenates files together and allows for a top-level comment.

The txtar format is specifically designed to be easy for humans to read and write by hand. It's perfect for test data.

The library itself tries to follow scheme standards by depending on only SRFIs (and if you're new to scheme like me, SRFI stands for "Scheme Requests For Implementation," and it's like a standard library). I hope this is a helpful showcase of a scheme library!

I'm also new to writing scheme, and if any experienced scheme/lisp devs are out there with feedback, that would be much appreciated.


Comments URL: https://news.ycombinator.com/item?id=42984962

Points: 37

# Comments: 4

https://git.sr.ht/~egtann/txtar/

Vytvorené 17d | 8. 2. 2025, 22:10:14


Ak chcete pridať komentár, prihláste sa

Ostatné príspevky v tejto skupine

Show HN: My new wiki for Silicon Graphics stuff

I also run IRIXNet. I'm here to share my newest SGI-related project.


Comments URL: https://news.ycombinator.com/item?id=43174221

25. 2. 2025, 19:50:10 | Hacker news
Show HN: Txtl – Fast static website of text utilities

I often need simple text tools (e.g. diffing, epoch time conversion, number base conversion) and was frustrated that I couldn't find a simple option that was as fast as I wanted. Many (SEO-optimiz

25. 2. 2025, 19:50:09 | Hacker news