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. I hope it's a helpful showcase of a scheme library!I'm also new to writing scheme, and if any experienced scheme devs are out there with feedback, that would be much appreciated. Comments URL: https://news.ycombinator.com/item?id=42984962 Points: 4 # Comments: 0
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. I hope it's a helpful showcase of a scheme library!
I'm also new to writing scheme, and if any experienced scheme devs are out there with feedback, that would be much appreciated.
Comments URL: https://news.ycombinator.com/item?id=42984962
Points: 4
# Comments: 0