[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
Guile offers us this glimpse of Lisp's inherent and unquestionable beauty:
(use-modules (ice-9 local-eval)) (define (openFuture state) (local-eval '(display state) (let ((state state)) (the-environment)))) (openFuture '?)
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode