AccelerationNet / access

A common lisp library to unify access to common dictionary-like data-structures
Other
84 stars 12 forks source link

Feature request #18

Closed K1D77A closed 2 years ago

K1D77A commented 2 years ago

Would you be able to provide a macro such as 'with-accesses' which would be something like:

(with-accesses (x y) <element> ..)

? Thanks.

bobbysmith007 commented 2 years ago

There are four macros of this sort already provided. I think with-access is probably what you are looking for.

:with-access

:with-all-slot-accessors

:with-access-values

:with-all-slot-access-values

Cheers, Russ