I'm reading about C# and closure, various articles, Jon Skeet's awesome "C# in Depth" and I see statements like "C# and ruby implement lexical closure".
Why do the authors include the word "lexical"? Why not just say they "implement closure"?
What would it mean if it just implemented "closure", and not "lexical closure (if that's even possible)?