[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

139 2020-10-10 22:54

Of course, "null lexical environment" is pretentious functional bs for global context.
function openFuture(state) {
window.eval("console.log(state)")
} openFuture(121)
//doesn't work of course, like lisp example.
var state=3;
function openFuture(state) {
window.eval("console.log(state)")
} openFuture(121)
//results in 3

301


VIP:

do not edit these