Advocacy

From HaskellWiki
Revision as of 12:05, 17 July 2009 by CristianoParis (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page aims at helping users of Haskell that want to present the language, listing resources, sketching ideas, providing good examples etc.

A possible presentation

If you are going to give a presentation on Haskell, consider the following topics to be included in your talk:

  • Introduce functional programming, stressing the declarative style of functional languages, the functions-as-values concept, the possibility of expressing what you want to achieve instead of concentrating on specifying how to get it, and so on.

General Resources