Added abstract for haskell talk

This commit is contained in:
Holden Karau 2007-11-22 03:38:11 -05:00
parent a9dc761031
commit 2a33587a6f
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@ Freedom Network.
<eventitem date="2007-11-22" time="4:30 PM" room="MC 4041" title="More Haskell functional programming fun!">
<short>Andrei Barbu</short>
<abstract>
Haskell is a modern lazy, strongly typed functional language with type inferrence. This talk will focus on multiple monads, existential types,
lambda expressions, infix operators and more. Along the way we'll see a parser and interpreter for lambda calculus using monadic parsers. STM,
software transactional memory, a new approach to concurrency, will also be discussed. Before the end we'll also see the solution to an ACM problem
to get a hands on feeling for the language. Don't worry if you haven't seen the first talk, you should be fine for this one anyway!
</abstract>
</eventitem>
<eventitem date="2007-10-23" time="4:30 PM" room="MC 2054" title="Distributed Programming with Erlang">