Re: [Haskell] Re: on starting Haskell-Edu, a new education-related Haskell-related mailing list

2008-07-02 Thread Michael Vanier
much easier to handle side-effecting computations. Mike Benjamin L.Russell wrote: On Wed, 02 Jul 2008 00:58:08 -0700, Michael Vanier <[EMAIL PROTECTED]> wrote: FYI there is precedent for this kind of thing in the functional programming world. PLT Scheme has a Scheme mailing list and also

Re: [Haskell] on starting Haskell-Edu, a new education-related Haskell-related mailing list

2008-07-02 Thread Michael Vanier
FYI there is precedent for this kind of thing in the functional programming world. PLT Scheme has a Scheme mailing list and also a Scheme-in-education mailing list, which tackles the problems of trying to teach Scheme to new programmers. If you start such a mailing list for Haskell, I'd like t

Re: [Haskell] Fixpoint combinator without recursion

2007-04-04 Thread Michael Vanier
For those of us who aren't type theorists: What's a "negative datatype"? Mike Edsko de Vries wrote: Hey, It is well-known that negative datatypes can be used to encode recursion, without actually explicitly using recursion. As a little exercise, I set out to define the fixpoint combinator usin

Re: [Haskell] Re: [Haskell-cafe] Haskell versus Lisp

2005-09-16 Thread Michael Vanier
> Date: Fri, 16 Sep 2005 23:33:46 +0200 > From: Tomasz Zielonka <[EMAIL PROTECTED]> > > On Fri, Sep 16, 2005 at 05:40:04PM +0100, Glynn Clements wrote: > > > > Every other language (including Haskell) tends to have the problem > > that eventually you will encounter a situation where the language

Re: [Haskell] cannot compile ghc on Debian unstable

2005-08-28 Thread Michael Vanier
> From: Wolfgang Jeltsch <[EMAIL PROTECTED]> > Date: Sun, 28 Aug 2005 16:14:26 +0200 > > Am Sonntag, 28. August 2005 07:06 schrieb Michael Vanier: > > Right now, the Debian unstable package for GHC 6.4 won't install due to > > some conflict with libgmp3 (the p

Re: [Haskell] cannot compile ghc on Debian unstable

2005-08-27 Thread Michael Vanier
> From: Michael Vanier <[EMAIL PROTECTED]> > Date: Sat, 27 Aug 2005 22:06:40 -0700 (PDT) > > > Right now, the Debian unstable package for GHC 6.4 won't install due to > some conflict with libgmp3 (the package maintainer has been notified). I > tried to compile th

[Haskell] cannot compile ghc on Debian unstable

2005-08-27 Thread Michael Vanier
Right now, the Debian unstable package for GHC 6.4 won't install due to some conflict with libgmp3 (the package maintainer has been notified). I tried to compile the sources from scratch but found out that GHC requires a previously-existing version of itself to compile. I have hugs working fine,