guile-rsv

R7RS Scheme library for reading and writing RSV (Rows of String Values) data format. Specified in https://github.com/Stenway/RSV-Specification and demonstrated in https://www.youtube.com/watch?v=tb_70o6ohMA
Log | Files | Refs | README | LICENSE

commit dae5cb3aa1cd31070061a65a1cd211eef091a49d
parent 7b6fd35e46a6cf7dc52959b7a1fbc6888b78c3b2
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 14 Jan 2024 10:53:25 +0200

Move executable script files to `bin/` and append their `.scm` extention to the filename.

Diffstat:
Rrsv2scm -> bin/rsv2scm.scm | 0
Rscm2rsv -> bin/scm2rsv.scm | 0
2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/rsv2scm b/bin/rsv2scm.scm diff --git a/scm2rsv b/bin/scm2rsv.scm