Hacker News new | ask | show | jobs
by technomancy 5622 days ago
Elisp does this; it has no language-level lexical scope, but you can get it using the lexical-let macro. From a functionality perspective it works surprisingly well, but if you look at the macroexpansion you'll go blind.