Welcome to F# Weekly, A roundup of F# content from this past week: News What’s new in .NET 9 ASP.NET Core updates in .NET 9 Preview 1 .NET 9 Preview 1 – February 13, 2024 Our Vision for…
That’s true. You can kind of do it Scala style with an interfaces and some classes, but with two big drawbacks: no exhaustiveness checking, and no “object” syntax for defining singleton classes. They seem to be heading in that direction though.
There is still one big feature, waiting to be added to C#. Discriminated unions. Come on Microsoft, it can’t be that hard to implement
That’s true. You can kind of do it Scala style with an interfaces and some classes, but with two big drawbacks: no exhaustiveness checking, and no “object” syntax for defining singleton classes. They seem to be heading in that direction though.