Shinmera / trivial-arguments

Tiny CL library to retrieve the arguments list of a function.
zlib License
22 stars 6 forks source link

Add argtype fetching #10

Closed aartaka closed 4 months ago

aartaka commented 4 months ago

Closes #9

Several design decisions here:

Shinmera commented 4 months ago

Heh, was just about to comment on the unsupported return

aartaka commented 4 months ago

Fixed the default case to return (:unknown :unknown) instead of NIL. Should be ready for review.

Shinmera commented 4 months ago

Looks good to me, thanks!

aartaka commented 4 months ago

Thank you too :black_heart: