
On Fri, Dec 30, 2011 at 1:08 AM, Peter Hall
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ï