7 ms·
I'll ask the obvious question: why? Closures are the natural result of allowing the dynamic creation of lambdas, which is pretty central to JS as a language. A
by a8i 13y ago
I'll ask the obvious question: why?
Closures are the natural result of allowing the dynamic creation of lambdas, which is pretty central to JS as a language. A language "like Javascript but without closures" would no longer be "like Javascript".
- marktangotango 13y agoGood point. More specifically, a dynamically typed, prototype based object oriented language with C style curly brace syntax.
- qbrass 13y agohttp://nekovm.org/ http://nekovm.org/