ghci> 1892 - 1472
420
That choice of example explains a thing or two...You will love how safe it is. You will never have to worry if you follow the simple rules.(best panel)
functional programming languages like Haskell are really neat and a fun way to think about computation.Which is precisely why they have a place in a CS curriculum; you want students who can (or can be given the inspiration to) reason about computation, students who are interested in more than just cranking out code. Languages like Haskell allow you to reason about your code; what's more, they allow you to write programs which reason about your code (and one of the most important habits for a practicing programmer is the urge to make the computer do the work you were doing yesterday). Learning languages based on different abstractions also gives you a richer set of cognitive tools with which to approach your problems, even if you're only writing c++ or php all day.
« Older Enron: The Smartest Guys in the Room... | Until 1947/48, the complex pol... Newer »
This thread has been archived and is closed to new comments
So thanks, Haskell.
posted by spiderwire at 11:43 AM on October 18, 2008 [4 favorites]