Just a couple of trivialities and my parting thoughts. Nested functions If your language has lambdas, you don’t need nested functions support because you can implement them using it. I am a heavy user of nested functions, but I’m of two minds about it. On one side, I like that they sit close to where [...]
