You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find hu.dwim.defclass-star to be one of the most convenient defclass wrapper.
It adds a very useful :export keyword to slots as well as class options such as functions to derive the accessor / initarg names from the slots.
It can also automatically export the class name and the slot names at compile-time.
I would recommend it over defclass/std in particular.
The text was updated successfully, but these errors were encountered:
I find hu.dwim.defclass-star to be one of the most convenient defclass wrapper.
It adds a very useful
:export
keyword to slots as well as class options such as functions to derive the accessor / initarg names from the slots.It can also automatically export the class name and the slot names at compile-time.
I would recommend it over defclass/std in particular.
The text was updated successfully, but these errors were encountered: