[Haskell-cafe] How would you replace a field in a CSV file?

tpledger at ihug.co.nz tpledger at ihug.co.nz
Sun Oct 1 19:11:29 EDT 2006


Hi Pete.

For such a small self-contained task, I don't think Haskell
is any better than Python.

Haskell would come into its own if you wanted some assurance
about type safety, and/or were taking on a task large enough
to warrant the use of records (and hence record update
notation).

Regards,
Tom


More information about the Haskell-Cafe mailing list