Tag Archives: currying

Ruby Currying

Update: This post was updated to show the difference between Currying and Partial Functions. Currying is a concept in Functional Programming that’s enabled by Higher-order functions. It’s best described as: the ability to take a function that accepts n parameters … Continue reading

Posted in Functional Programming, Ruby | Tagged , , | 8 Comments