(define-syntax define/let (syntax-rules () ((_ (sym . args) let-list . body) (define sym (let let-list (lambda args . body))))))