commit a3467bd528ade01bd30e45aedc91bd25646ccd8e parent 282a2967fbc1ba58004d73d85d3023ab650355d1 Author: Yuval Langer <yuval.langer@gmail.com> Date: Wed, 10 Jan 2024 01:20:01 +0200 Add a post about guile-rsv. Diffstat:
A | posts/2024-01-10-guile-rsv-rows-of-string-values.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/posts/2024-01-10-guile-rsv-rows-of-string-values.md b/posts/2024-01-10-guile-rsv-rows-of-string-values.md @@ -0,0 +1,12 @@ +title: guile-rsv - A Rows of String Values implementation. +tags: guile, csv, tsv, rsv +date: 2024-01-10 01:22 +--- + +I had a video about ["Rows of String Values"][1] automatically +recommended to me and I decided to [implement it for myself][2] as an +exercise following [the specification][3]: + +[1]: https://www.youtube.com/watch?v=tb_70o6ohMA +[2]: https://codeberg.org/kakafarm/guile-rsv +[3]: https://github.com/Stenway/RSV-Specification