FPLC
Home
Education Page
Schedule
Literature
Assignments
Haskell
Haskell Home
Haskell Definition
Learning Haskell
Parser Combinators
GHC
GHC
GHC User Guide
GHC Libraries
Center
Master Program
Center
Home
Courses
People
Projects
Page
Edit Page
Rename Page
Attach File
Printable
Wiki Source
More ...
Web
Recent Changes
Notify Service
News
Page Index
Search
More ...
Wiki
About TWiki
Text Formatting
Registration
Change Password
Reset Password
Users
Groups
Log In
or
Register
Learning Haskell
FPLC
If you're looking for more material to get started on Haskell, I recommend to look at all the tutorials on the Haskell home page, in particular: * [[http://www.haskell.org/haskellwiki/Haskell_in_5_steps][Haskell in 5 steps]]<br/> A very short overview that tells you how to set up a GHC-based environment and verify that it works. * [[http://www.haskell.org/haskellwiki/Learn_Haskell_in_10_minutes][Learn Haskell in 10 minutes]]<br/> A slightly longer overview presenting the most important language features on one page. It is a good way to get familiar with the different concepts. * [[http://www.haskell.org/haskellwiki/Introduction][Introduction to Haskell]]<br/> An introduction that doesn't focus on code. Instead, it's more a text that advertises the features and advantages that Haskell has. This might be interesting if you are more interested in the motivation and the design decisions behind Haskell. * [[http://www.haskell.org/haskellwiki/Learning_Haskell][Learning Haskell]]<br/> This page on haskell.org lists a lot of additional tutorials you can consult. * [[http://www.haskell.org/haskellwiki/Books_and_tutorials][Books and tutorials]]<br/> A more detailed page on haskell.org with lots of books and online materials, also more advanced stuff. If you're looking around a bit, you'll find that much more information is available. For instance, if you have mastered the absolute basics, studying a few blog entries might give you code examples or inspiration. The [[Haskell community]] has a [[http://planet.haskell.org][Planet]] where several blogs from members of the community are aggregated. If you find an article you like, check out the blog of that particular person, and you might find more material that this person has written in the past. -- Main.AndresLoeh - 31 Aug 2007