17:34:33jjnknhow to correctly generate defun with a computed name in a macro? i'm getting a function named |name| instead of just name, and don't understand why
17:35:07jjnknfor example, generating a function with a name of 2 symbols joined by -
17:35:38jjnkni'm computing the name like this: (intern (format nil "~(~a~)-~(~a~)" sym1 sym2))