Haskell User Group
From HaskellWiki
(Difference between revisions)
(→Papers) |
(project euler for coding dojo) |
||
| Line 17: | Line 17: | ||
Best exercises for a Haskell coding Dojo | Best exercises for a Haskell coding Dojo | ||
| + | |||
| + | * Project Euler 1 is great for comparing languages - there's no such thing as "too" simple | ||
== Papers == | == Papers == | ||
Revision as of 19:39, 21 June 2011
Contents |
1 Haskell User Group Starter Kit
Want to start a Haskell User Group? These resources may help. They are geared towards a non-academic crowd who probably does not know anything about Haskell or Functional Programming and have regular meetings to talk about Haskell or FP. This page has a slightly different emphasis than a Haskell for Beginners one or a How to Learn Haskell page might. It specifically plays off the tendency for Haskell User Groups to have people with varying degrees of expertise/familiarity in Haskell.
1.1 Topics and debates
Great topics to cover
- What is functional programming?
- Solving problems a functional way
- Practical Haskell - IO, etc
- Laziness
- Typeclasses
- Monads (save for later)
1.2 Coding Dojo
Best exercises for a Haskell coding Dojo
- Project Euler 1 is great for comparing languages - there's no such thing as "too" simple
1.3 Papers
Must-read academic papers for a non-academic non-FP crowd. Good Functional Pearls might also be nice here.
- Why Functional Programming Matters
- Tackling the Awkward Squad
- Composing Contracts
- Beautiful Concurrency
1.4 User group tips and tricks
Most likely external links to non-Haskell-specific sites
