@nytpu does Lisp allow you to make a record where the getters have some custom behaviour?
https://mstdn.io/@wolf480pl/113589768687778189
@wolf480pl Yeah, the DEFCLASS form just has :READER/:WRITER/:ACCESSOR options to generate the trivial accessors for you if you don't need custom behavior (and you could mix and match, like have […]
────
────