(define-syntax mydefine (er-macro-transformer (lambda (e r c) `(,(r 'define) ,(symbol-append 'my (cadr e)) ,@(cddr e)))))