| There are a lot of functions that take (first . last) as arguments so to play around with a few ideas I wanted to make a macro to expand to this, but I'm getting a confusing error message that I don't understand: arc> (mac myfn body
`(fn (frst . rest) ,@ body))
Error: "map: expects type <proper list> as 2nd argument, given: (frst . rest); other arguments were: #<procedure:...arc1\\arc1\\ac.scm:209:14>"
|