[Haskell-cafe] Re: Versioning

Neil Mitchell ndmitchell at gmail.com
Thu Dec 21 12:27:38 EST 2006


Hi

> In other words, what on earth is good about gluing oneself to Haskell98?
> Life's moved on...

If you stick to Haskell 98 you can:

* Convert your code to Clean (Hacle)
* Debug it (Hat)
* Run it in your browser (ycr2js)
* Document it (Haddock)
* Make a cross platform binary (yhc)
* Get automatic suggestions (Dr Haskell)
...

Sometimes you need a type extension, but if you don't, you do get benefits.

Thanks

Neil


More information about the Haskell-Cafe mailing list