Y
Hacker News
new
|
ask
|
show
|
jobs
by
eurleif
5370 days ago
Um, pretty much every C-derived language supports function composition, and uses that syntax for it. Am I missing something?
1 comments
patrickc
5370 days ago
You're right. I meant to say passing first-class functions as arguments, rather than pointers to functions as you would in C or an object method as you would in Java.
link