RE: [Haskell-cafe] Re: Writing binary files?

17 Sep
2004
17 Sep
'04
9:50 a.m.
You wouldn't want to have to accumulate the entire body as a single byte string
Ever heard of lazyness? Haskell does it quite well... Accumulating the entire body doesn't really do this because haskell is lazy. You don't need a more complex interface in Haskell! Keean.

17 Sep
17 Sep
1:53 p.m.
New subject: Writing binary files?
MR K P SCHUPKE wrote:
You wouldn't want to have to accumulate the entire body as a single byte string
Ever heard of lazyness? Haskell does it quite well... Accumulating the entire body doesn't really do this because haskell is lazy. You don't need a more complex interface in Haskell!
Are you sure that will work in the general case? Or are you assuming
lazy I/O?
--
Glynn Clements
7598
Age (days ago)
7598
Last active (days ago)
1 comments
2 participants
participants (2)
-
Glynn Clements
-
MR K P SCHUPKE