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.4k stars 67 forks source link

defsketch compiler warnings #24

Closed mfiano closed 6 years ago

mfiano commented 7 years ago

It seems defsketch is doing a bunch of wrong stuff. If I define a window width/height, it will emit warnings for unused variables. This is because the code expands to a LET* with 2 width and 2 height bindings, as well as a needless WITH-SLOTS form binding them, when WITH-ACCESSORS does the same thing prior. This is madness ha

vydd commented 6 years ago

Merged the changes ;)