Hacker News new | ask | show | jobs
by nawariata 4098 days ago
PHP has closures.
1 comments

Pseudo-closures. They capture variables by value, though you can use PHP's referencing mechanism to have something sort of closure-like.