I want to write a function/macro that will write a macro that will create a list structure. What's a good place to start. I'm looking to do something like (mkList id name phone) and having it result in a (defun (id name phone) (list :id id :name name :phone phone)), preferably with use of &rest. Any Ideas?
defunneed a name. in yourdefunform, the name is missing.