[Haskell-beginners] Amanda

Chaddaï Fouché chaddai.fouche at gmail.com
Fri Dec 30 13:13:16 CET 2011


On Fri, Dec 30, 2011 at 1:08 AM, Peter Hall <peter.hall at memorphic.com> wrote:
>
> That said, Miranda/Amanda really aren't as sophisticated as Haskell,
> lacking type classes in particular.
>
> Here is a paper comparing Haskell with Miranda:
> http://www.cs.mun.ca/~donald/techreports/2000-02-cmp_haskell_miranda.ps
> It's a little bit outdated but covers the main differences pretty well.
>

Much of this report is still valuable but of course the part directly
concerning Hugs behaviour are increasingly irrelevant since GHCi is
now the interpreter of choice, having long since outstripped Hugs in
almost every point : performance, user-friendly interface, quality of
the error messages, and so on... So a large part of Haskell
"disadvantages" are now nullified, the only remaining interest of
Miranda being probably its less complicated type system, for
educational purposes (though using a simplified Prelude without
typeclasses would be at least as good).

-- 
Jedaï



More information about the Beginners mailing list