Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 321 Bytes

HACKING.org

File metadata and controls

9 lines (6 loc) · 321 Bytes

On consing

So, it appears there’s no way to specify that foreign objects have dynamic extent, which is too bad (any good Lisp has this ability, for example). It also means we have to do some ugly things to avoid consing in the game loop, like keeping spare rectangle structures around so we don’t cons up new ones.