[EMAIL PROTECTED] wrote:
> Thanks, that's very valuable information. It's hard to appreciate the
> relative utility (as you can see :-)) of different experimental features.
>
> It's also confusing that things like exceptions, concurrency, and FFI are
> labeled 'experimental'. They're so (IMHO) crucial that I find myself saying,
> "Okay, if exceptions are 'experimental', what other really important things
> might I be missing by not being familiar with all the experimental
> extensions?" Thanks for clearing that up somewhat.
I have been writing substantial Haskell programs and I use *NO* experimental
features. What I'm currently working on is over 20000 lines of Haskell 98.
No extensions whatsoever. (It even compiles and runs with all available
Haskell implementations.)
Granted, I write mostly compiler like programs (files in, files out), but there
is still a lot you can do in Haskell just as it is. Sometimes it might require
bending slightly backwards to get it done, though.
-- Lennart
PS. OK, a small confession, that program contains one unsafePerformIO for
performance reasons. It works fine without it, but 5% slower.
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
- Re: Application letters at the Haskell workshop:... Ross Paterson
- Re: Application letters at the Haskell workshop:... Johannes Waldmann
- Re: Application letters at the Haskell work... Ketil Malde
- RE: Application letters at the Haskell workshop:... brk
- Re: Application letters at the Haskell work... Alastair David Reid
- RE: Application letters at the Haskell workshop:... brk
- Re: Application letters at the Haskell workshop:... Alastair David Reid
- Re: Application letters at the Haskell work... Koen Claessen
- RE: Application letters at the Haskell workshop:... brk
- Re: Application letters at the Haskell work... Marcin 'Qrczak' Kowalczyk
- Re: Application letters at the Haskell workshop:... Lennart Augustsson
- Re: Application letters at the Haskell work... Jeffrey R Lewis
- Re: Application letters at the Haskell workshop:... Ashley Yakeley
- RE: Application letters at the Haskell workshop:... Manuel M. T. Chakravarty
- Re: Application letters at the Haskell workshop:... Marcin 'Qrczak' Kowalczyk
- Re: Application letters at the Haskell work... Lennart Augustsson
- Re: Application letters at the Haskell workshop:... moran
- Re: Application letters at the Haskell workshop:... Mark Carroll
- Re: Application letters at the Haskell work... Mark Carroll
- Re: Application letters at the Haskell workshop:... Mark Carroll
- Re: Application letters at the Haskell workshop:... Mark Carroll
