Đonny

Results 5 comments of Đonny

VB already allows lambda methods and functions like Dim x As Action(Of Integer) = Sub(i) Console.WriteLine(i) or Dim x As Func(Of Integer, Integer) = Function(i) i + 7 so why...

I'd say the single line method • should be expression-bodied to save the return statement and because C# is • Not use : because single line if doesn't use it...

@pricerc I'm sorry for "because C#"-ing. I used that because C# implemented the feature before VB did. I won't say C# is better language than VB, it was just faster...

Seems like B# is taken https://www.bsharplanguage.org/, so what about V#?

Unless MS changes their attitude at least a bit, forking will be necessary. The good thing is that we have where to start - so much is written in Roslyn,...