[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>3 you're right, I just ended up doing this
(define-macro (synonymize synonym existing) `(define-macro (,synonym . body) (cons ',existing body))) (synonymize let+ match-let)
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode