![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: regex and "Functional Programming"by FoxtrotUniform (Prior) |
on Oct 23, 2004 at 21:22 UTC ( #401889=note: print w/replies, xml ) | Need Help?? |
In defense of Haskell, you don't need to know a lot about monads to do I/O, sorta like how you don't need to know a lot about streams to do I/O in C++. Of course, Haskell's type system makes it hard to ignore the IO monad, and eventually you're going to run into trouble if you try to obstinately ignore monads, but you're hardly forced to grok monads in fullness just to write "Hello, world!" to the screen. --
In Section
Meditations
|
|