Scala's partial function

May 19, 2013 08:50


For some reason, I always stumble upon Scala's term "partial function".  I always tend to think about it as "partial function application", i.e. currying.  But they use it for a function that doesn't have a fallback in the pattern matching clause and doesn't match some of combinations of input arguments.  The feature itself is great (especially ( Read more... )

Leave a comment

Comments 2

ex_juan_gan May 19 2013, 16:40:06 UTC
Wow, who could guess this term could be a problem! Thanks for pointing it out.

Reply

soloviewoff May 19 2013, 18:45:30 UTC
Many terms in programming are so overloaded that it's really hard to find a good one...

Reply


Leave a comment

Up