Hacker News new | ask | show | jobs
by aaronsnoswell 2326 days ago
This is an intentional design decision in the language - not having lambda functions / functions as first-class citizens makes the code easier to optimize internally.
1 comments

It also makes me feel like I'm programming in 1987. LuaJIT does fine with lambdas and I'd bet good money chibi-scheme is faster than GDScript. Its not a really good excuse.