On Tue, Oct 31, 2006 at 11:50:25AM +0800, Nimrod A. Abing wrote: > I've been trying to learn Haskell on and off now for over I year I > think. The tutorials on the Haskell site assume too much about the > reader and they are hard to understand especially if you have been > doing imperative programming for so long (14 years or so). > > I found this lately: http://www.haskell.org/~pairwise/intro/intro.html > > It looks a bit easier to understand but still, it makes some > unnecessary assumptions about the reader.
You might try learning Standard ML first; it's a little easier to grasp. It's also the language most universities use to teach functional programming, so there's plenty of introductory material floating about. Haskell is descended from ML, so pretty much everything you learn will carry over (exception: don't bother with the ML module system). -- Jamie Webb _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
