Hacker News new | ask | show | jobs
by ponzao 4531 days ago
That example is not quite equivalent, because now you are not passing `isEven` or `println` as arguments, you are passing anonymous functions that call `isEven` and `println`.