Hacker News new | ask | show | jobs
by Gibbon1 498 days ago
I think C# has first class functions. Any pure function you can pass around. And you can create lambdas.

gcc has nested functions that can act like a closure.

And Clang has blocks.