guicho271828 / trivia

Pattern Matcher Compatible with Optima
Other
334 stars 22 forks source link

Make `defun-` and `lambda-` sugar macros handle docstrings and declarations #67

Closed sjl closed 7 years ago

sjl commented 7 years ago

This is a first stab at fixing https://github.com/guicho271828/trivia/issues/66 with a helper function and some copy/paste.

I have a macrolet-based solution stashed locally, but it's pretty darn hairy so I think this might be a happy medium. I can send the other one if you want though.

guicho271828 commented 7 years ago

somehow Travis stopped...