question - anyone know whether someone has proposed adding collection expression support to the list type? It seems like all it would need is a CollectionBuilderAttribute pointing to a method on ListModule.

FSharpList<T> is really useful for immutable records because it implements value equality on object.Equals https://snailsharp.dreamwidth.org/2995.html

Captcha Check snailsharp.dreamwidth.org

For work, sometimes it's easier for me to write something in F#, get it working, and then port it to C#, then to write it in C# from the get-go. I don't quite know why but working in F# really helps me work through the problem.

I'd like to add a post to my blog about small nice features that has for (compared to C#). So far I'm thinking Handles statement, My.Settings, MsgBox, and maybe the default form thing. And maybe date literals. Anything else?