|
|
|
|
|
by MichaelGG
4325 days ago
|
|
F# has unsafe capabilities. Look at NativePtr and friends. And since you can make operators, you can end up writing fairly concise code. The rest of the real arguments are essentially "library support". Which is a good argument, but not really about the language itself. There's no reason that WPF, DB access, etc. can't be just as fine in F#. (C#'s limitations, like no tuples, led high-profile projects like ASP.NET MVC to do dumb hacks like "pass in an object and we'll assume each field is a parameter". If C# had been more capable in the first place, they wouldn't have resorted to such hacks.) |
|