<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 21/05/2009 09:40, Kalman Noel wrote:
<blockquote cite="mid:4A150581.5010605@googlemail.com" type="cite">
  <pre wrap="">Joe Fredette schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">3-4 slides imply 3-4 topics, so the question is what are the 3-4 biggest
topics in haskell? I would think they would be:

* Purity/Referential Transparency
* Lazy Evaluation
* Strong Typing + Type Classes
* Monads
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If the goal is to be able to talk about different examples of Haskell
code in the rest of the presentation, the big topic I'd choose would be
called »How function definitions look like in Haskell«.

Kalman
_______________________________________________
Haskell-Cafe mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://www.haskell.org/mailman/listinfo/haskell-cafe">http://www.haskell.org/mailman/listinfo/haskell-cafe</a>
  </pre>
</blockquote>
My bet :<br>
- type system without the type classes but with comparision with usual
(c++) type systems.<br>
- function definitions, with a hint at pattern matching<br>
- lazyness. (see the searching a maybe list on the begineer list, it is
a very good example).<br>
- advanced topic : monads, type classes, etc -&gt; just to say they are
here and describe what they allow (state, exception), etc.<br>
<br>
</body>
</html>