Name: Anonymous 2015-04-02 22:10
Higher-kinded type classes is what makes Haskell stand out above other functional languages for me. Things like endofunctors just cannot exist in virtually any other language.
immutable dataSo to replace all 'a's 'b's and 'c's you need to malloc 3 strings?
referentially transparent functionspass-by-reference is immensely useful,pass-by-value is introducing copies and extra variables.