Zelphir Kaltstahl 2fa1de8d6a change lambda characters into lambda words 4 years ago
..
README.org 2db1a9559b adding example for reading and writing DSV 5 years ago
example-in.csv 2db1a9559b adding example for reading and writing DSV 5 years ago
example-out.csv 2db1a9559b adding example for reading and writing DSV 5 years ago
example.scm 2fa1de8d6a change lambda characters into lambda words 4 years ago

README.org

General information

This example makes use of guile-dsv (https://github.com/artyom-poptsov/guile-dsv.git), which is a generalized library for reading and writing delimiter separated values (so it goes beyond only comma separated values a.k.a. CSV) from and to files (via ports) or strings.

Dependencies

To install guile-dsv you can use Guix or compile the library yourself and make sure it can be found by Guile by being on the Guile load path.

Running

Use Guile on command line:


guile example.scm