Comment by Leszek
17 hours ago
The eval thing is listed as a potential performance cost, but it's actually super important for performance, because it allows the parser to statically know that sloppy eval is never called inside a function, and that variables can therefore be optimized away.
No comments yet
Contribute on Hacker News ↗