19 Oct
2008
19 Oct
'08
6:07 a.m.
Marshall Beddoe <unmarshal@gmail.com> writes:
Also, read some chapters from here: http://book.realworldhaskell.org/read/
Indispensable examples for writing higher performance log processing code. I hope this book will soon be send out. I ordered my copy of course ;-)
Howerver even if Strings are bad I can not see why they are hanging around so long. I open a file a read it line by line and I close the file so all read string are "garbage" and getting rid of them should not be that hard or should it? Regards Friedrich