[Haskell-cafe] How much of Haskell was possible 20 years ago?

Lennart Augustsson lennart at augustsson.net
Sun Oct 21 19:51:23 EDT 2007


All of Haskell was possible 20 years ago.  The LML compiler (written in LML)
compiled a language similar to Haskell,  the only real differences is syntax
and the type system (and monadic IO wasn't invented yet).  It was a bit slow
to recompile itself, but not bad.  A 16MHz 386 and 8M of memory certainly
sufficed.

  -- Lennart

On 10/21/07, Maurí­cio <briqueabraque at yahoo.com> wrote:
>
> Hi,
>
> I like Haskell, and use it as my main
> language. However, compiling a Haskell program
> usually takes a lot of memory and CPU. So I was
> curious, and would like to know from computer
> scholars in this list: how much of Haskell would
> be possible in machines with really low CPU and
> memory? Which features would be feasible for a
> compiler to implement, and for programmers to use?
>
> Thanks,
> Maurício
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071022/def78891/attachment.htm


More information about the Haskell-Cafe mailing list