kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

2024-01-10-guile-rsv-rows-of-string-values.md (435B)


      1 title: guile-rsv - A Rows of String Values implementation.
      2 tags: guile, csv, tsv, rsv
      3 date: 2024-01-10 01:22
      4 ---
      5 
      6 I had a video about ["Rows of String Values"][1] automatically
      7 recommended to me and I decided to [implement it for myself][2] as an
      8 exercise following [the specification][3]:
      9 
     10 [1]: https://www.youtube.com/watch?v=tb_70o6ohMA
     11 [2]: https://codeberg.org/kakafarm/guile-rsv
     12 [3]: https://github.com/Stenway/RSV-Specification