[Haskell-cafe] Teaching FP with Haskell
Rustom Mody
rustompmody at gmail.com
Tue May 21 11:55:06 CEST 2013
We are offering a MOOC on haskell :
https://moocfellowship.org/submissions/the-dance-of-functional-programming-languaging-with-haskell-and-python
Full Announcement on beginners list :
http://www.haskell.org/pipermail/beginners/2013-May/012013.html
One question that I have been grappling with in this regard:
How to run ghc in lightweight/beginner mode?
2 examples of what I mean:
1. gofer used to come with an alternative standard prelude -- 'simple.pre'
Using this, gofer would show many of the type-class based errors as
simple (non-type-class based) errors.
This was very useful for us teachers to help noobs start off without
intimidating them.
2. Racket comes with a couple of levels. The easier numbers were not
completely consistent with scheme semantics, but
was gentle to beginners
Any thoughts/inputs on this will be welcomed
Rusi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130521/df24f1ea/attachment.htm>
More information about the Haskell-Cafe
mailing list