ra’s avatarra’s Twitter Archive—№ 40,623

  1. …in reply to @fwoaroof
    @fwoaroof hmm havent gotten that far, but do you mean closures? closures dont tend to compile into different bodies for different environments but instead usually take their environment in as a hidden parameter (or via this when implemented as instance methods like in C#).