[Haskell] Call for Participation: APLAS'06

2006-10-04 Thread Manuel M T Chakravarty
** I am sorry if you receive multiple copies of this CFP ** Call for Participation 4th Asian Symposium on Programming Languages and Systems November 8-10, 2006 Sydney, Australia

[Haskell] ANNOUNCE: hinotify 0.1

2006-10-04 Thread Lennart Kolmodin
Greetings! I'm pleased to announce hinotify 0.1, a library to inotify[1] which has been part of the Linux kernel since 2.6.13. inotify provides file system event notification, simply add a watcher to a file or directory and get an event when it is accessed or modified. The API basically consist

[Haskell] Re: Replacing and improving pattern guards with PMC syntax

2006-10-04 Thread Jacques Carette
Claus Reinke wrote: My own awkward-looking translations were driven by having found two tool's in Haskell that come close to this ideal, even if the syntax is awkward: the mapping of pattern-match failure to "fail" in do-notation, and the use of "fail msg=mzero" in MonadPlus. By these means, matc

[Haskell] open assistant professorship at Utrecht University, Software Technology

2006-10-04 Thread Doaitse Swierstra
We have an open 5 year position for an assistant professor. Current areas of interest are: - domain specific embedded languages (especially in the form of combinator languages) - programming language design and implementation - generic programming techniques - tools and methods for bu

Re: [Haskell] Evil code

2006-10-04 Thread David House
On 03/10/06, Thomas Davie <[EMAIL PROTECTED]> wrote: Do any of you have some examples of nasty uses of higher order code. For example CPS, or non-IO monads. Perhaps the IOHCC? Although that might be taking things too far. http://iohc.mgoetze.net/winners.html -- -David House, [EMAIL PROTECTE