[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

128 2020-10-10 21:36

Try this in js, its essentially the same as '(print state):
function openFuture(state) {
eval(new String("console.log(state)"))
} openFuture(1)

301


VIP:

do not edit these