[Haskell-cafe] Why Haskell is beautiful to the novice

Silvio Frischknecht silvio.frischi at gmail.com
Fri Aug 28 17:37:30 UTC 2015


> I kindly disagree.

This being a haskell mailing list, I expected that :)

> If the focus is to teach computer architecture, you are
> not teaching programming. If the focus is on programming, then it should
> focus on the conceptual aspects of programming, not on computers.
> A course at school should of course teach both, but in my opinion not
> concurrently. There’s no point in teaching something implicitly by using
> the teaching of something else.

It's more about algorithms than computer architecture. An imperative
program very clearly describes algorithms; Haskell does not. Unless you
have a very good understanding of things like lazyness, non-strictness
and tail recursion, you wont know what happens when and how.

> We are not talking about undergraduates here, but kids or teenagers.
> Think about which is the reason why you are teaching something to them.
> It is not to teach some specific skill or to make them be advantaged in
> future undergraduate courses. It is to teach them to reason.
> Functional programming is just more reasoning than technicalities.

All the more reason not to teach Haskell. To CS undergraduates you might
teach your favorite programming paradigm. They can take it, and they
will also learn others anyway. To teenagers who might never learn
another language, it is not a good idea.

>> There are also a lot of very basic data structures that can simply not
>> be used in purely functional code like hash tables, pipes or random
>> access arrays.
> 
> Why do you think that manipulating arrays is a better skill to teach
> to kids than manipulating linked lists?

What about double linked lists then. Most updatable data structures are
just clumsy in Haskell.

> There was a nice article on reddit of a parent that was in progress of teaching
> Haskell to his/her 10-years old, and it was a great experience. I cannot find it anymore.
> Remember, kids (motivated kids, at least) are way smarter than what school
> usually seems to think.

Some kids are smarter, some less so. In secondary school you should have
a curriculum that most students can follow.

Cheers

Silvio


More information about the Haskell-Cafe mailing list