Re: guile-parser-combinators as new dependency to guix import quicklisp

2018-12-19 Thread Ricardo Wurmus
swedebugia writes: > On 2018-12-19 16:02, Ricardo Wurmus wrote: >> >> swedebugia writes: >> >>> This morning I began to write a quicklisp importer using Daves >>> guile-parser-combinators [1] to create a parser for the >>> space-separated-csv files. >>> >>> guile-parser-combinators [2] is real

Re: guile-parser-combinators as new dependency to guix import quicklisp

2018-12-19 Thread swedebugia
On 2018-12-19 16:02, Ricardo Wurmus wrote: swedebugia writes: This morning I began to write a quicklisp importer using Daves guile-parser-combinators [1] to create a parser for the space-separated-csv files. guile-parser-combinators [2] is really nice, thanks Dave!, but not yet in guix. I

Re: guile-parser-combinators as new dependency to guix import quicklisp

2018-12-19 Thread Ricardo Wurmus
swedebugia writes: > This morning I began to write a quicklisp importer using Daves > guile-parser-combinators [1] to create a parser for the > space-separated-csv files. > > guile-parser-combinators [2] is really nice, thanks Dave!, but not yet > in guix. I would like to note that (ice-9 peg)

Re: guile-parser-combinators as new dependency to guix import quicklisp

2018-12-19 Thread Ludovic Courtès
Hello, swedebugia skribis: > This morning I began to write a quicklisp importer using Daves > guile-parser-combinators [1] to create a parser for the > space-separated-csv files. In general we have to think twice before adding new dependencies to Guix. To parse CSV files, I think you can proba

guile-parser-combinators as new dependency to guix import quicklisp

2018-12-19 Thread swedebugia
Hi This morning I began to write a quicklisp importer using Daves guile-parser-combinators [1] to create a parser for the space-separated-csv files. guile-parser-combinators [2] is really nice, thanks Dave!, but not yet in guix. Any thoughts on using this? -- Cheers Swedebugia [1] https