🌱 How to write good comments
Programming pro tip: In your comments, write what you did and why, record your level of petulance (REALLY) and the StackOverflow link that made you realize something
/**
* Copy into the local scope
* NOTE: this has issues with scope for eval'ing list comprehensions, which sucks
* {@link https://stackoverflow.com/questions/45194934/eval-fails-in-list-comprehension}
*/