[Haskell-cafe] what do you think of haskell ? (yes, it's a bit general ...:)

Bulat Ziganshin bulat.ziganshin at gmail.com
Fri Jun 16 02:07:48 EDT 2006


Hello minh,

Friday, June 16, 2006, 12:14:00 AM, you wrote:

> yes i know about that, but i was talking about randomIO which breaks that view;
> and i find that quite weird for a 'clean' language.

there is also haskell-based language named Clean, look at it too :)

> * another thing i remember now :
> binary io. there are some libraries but it's not really standard. and
> it's weird to learn all (well, or just one) that libraries just to do
> io.

1) most of these libs derived from GHC module Binary and therefore has the
same interface

2) best is my own library (see http://haskell.org/haskellwiki/Library/AltBinary )
what can be simpler than this:

import Data.AltBinary
main = putWord32 stdout (1::Int)

? :)  just download www.haskell.org/library/Streams.tar.gz or
www.haskell.org/library/StreamsBeta.tar.gz



-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list