
8 Jan
2008
8 Jan
'08
6:31 p.m.
Hi
Is currying in Haskell the same thing as Partial Evaluation (http://en.wikipedia.org/wiki/Partial_evaluation)?
No. See http://haskell.org/haskellwiki/Currying
Am I getting partial evaluation for free just by using Haskell?
No. You can arrange certain things so you get some benefits, but thats a more advanced topic. Thanks Neil