Hacker News new | ask | show | jobs
by kmontrose 5115 days ago
C# has had a notion of delegates since day one, and anonymous methods (like delegate(string foo) { ... } ) for 7-ish years.

C# lambda expression syntax (the =>) are about 4 years old now.