IntroductionWhen working with any programming language, it is necessary to always have a database of easy to get to resources. Here is the first series of my resources that are for Haskell including API references, how to work with IO and other various topics. Web ResourcesHaskell Wiki Page containing great introductry and advanced resources (haskell.org). Here are a collection of IO resources; writing a file, reading a file, handles(haskell.org). This tuturial focuses on the basics of a haskell program as well as packaging through the use of Cabal (haskell.org). More on working with handles. Haskell server programming, developing a simple server with Haskell.
|