johnbender.us

recent / categories / archives

Unraverl: Partial Function Application

What is it? Last weekend I hacked partial application into my parse transform for erlang, unraverl. The rules are very simple but the implications are interesting if nothing else. In other functional languages, haskell as an example, there’s nothing inherently wrong with defining a function that requires two arguments but giving it one. add x [...]