[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
Another example is the special form begin which is equivalent to this function application:
begin
(begin α β) ≡ ((lambda (void) β) α)
(void must not be a free variable in β but this can be guaranteed by using gensym)
void
gensym
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode