unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [ANN] guile-csv 0.0.1 released!
@ 2013-02-07  4:35 Nala Ginrut
  2013-02-08 16:13 ` Mark H Weaver
  0 siblings, 1 reply; 8+ messages in thread
From: Nala Ginrut @ 2013-02-07  4:35 UTC (permalink / raw)
  To: guile-user, guile-devel

hi folks!
Here is a CSV reader based on Andy's csv-reader.
And it's ready for guildhall.

https://github.com/NalaGinrut/guile-csv

----------code-----------------
(use-modules (csv))
(define my-csv-reader (make-csv-reader #:\,))
(call-with-input-file "file.csv" my-csv-reader)
----------end------------------

You may specify the delimiter to generate a reader.

PS: I'll call ijp to add it into the repo.




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-02-10 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07  4:35 [ANN] guile-csv 0.0.1 released! Nala Ginrut
2013-02-08 16:13 ` Mark H Weaver
2013-02-08 16:26   ` Ludovic Courtès
2013-02-08 16:35     ` Noah Lavine
2013-02-08 16:59   ` Aleix Conchillo Flaqué
2013-02-09  4:17     ` Nala Ginrut
2013-02-09  3:55   ` Nala Ginrut
2013-02-10 14:05   ` Ian Price

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).