[ prog / sol / mona ]

prog


Why don't lisps have list destructuring automatically in let

15 2018-11-09 23:02

>>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)
21


VIP:

do not edit these