[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

150 2020-10-11 03:23

MIT Scheme:

(define (openFuture state)
  (eval '(display state) (make-top-level-environment '(state) `(,state))))


(openFuture '?)

I am adrift in a sea of powerful expressive beauty.

301


VIP:

do not edit these