Y
Hacker News
new
|
ask
|
show
|
jobs
by
dehrmann
703 days ago
Nit: it's still right. Lambdas are just functor sugar.
1 comments
marcosdumay
703 days ago
The only mainstream languages where you can actually pass function references around, without them being sugar for some complex object that the compiler creates are C, C++ and Rust. And it's not trivial to do in Rust.
link