Y
Hacker News
new
|
ask
|
show
|
jobs
by
corsix
1343 days ago
Lua gets this right - the lowering of loops (e.g.
https://www.lua.org/manual/5.1/manual.html#2.4.5
) says “var is invisible” and has “local v = var”, the latter akin to Go’s “item := item”