|
|
|
|
|
by anaphor
4497 days ago
|
|
Do you really think tacking on more badly designed features makes PHP better? PHP's "closures" require you to write down the free variables in an enclosed function and tell PHP that they exist, that is something a compiler should be doing. Google "closure conversion". |
|
Can you give an example? I googled "closure conversion" but didn't understand.