vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.39k stars 67 forks source link

Use :after for sketch writers, accessors instead of readers for default slots #89

Closed Gleefre closed 9 months ago

Gleefre commented 9 months ago

Use (setf <slot-name>) :after method for sketch writers, use value instead of slot-name instance <slot-name> when possible.

Originally part of #87.