link to 'F# Quick Guides: Object Oriented Programming'
An old MSDN article had a useful cheatsheet of OO concepts in C# and their equivalent in F#. I've used it many times when having to do interop with c#Β frameworks / libraries, particularly around uncommon things like multiple constructors etc.
I copied it a while back and made it into markdown, maybe it would be useful to add a link to it or copy it wholesale into your cheat sheet ?
@davidglassborow Nice! This will help a lot.
By the way I have plans to create cheatsheets on this repository comparing F# with others languages (C#, Java, Python, Elixir, Rust, ...), so can be easier to learn by comparations.
maybe it would be useful to add a link to it
I am trying to avoid links on the document, since one of the reasons to put together is to be able to print in a paper to quick reference.
So can I copy your reference to start creating a F# vs C# cheat sheet?
More than happy for you to copy it wholesale @adelarsq π
First commit: https://github.com/adelarsq/fsharp-cheatsheet/commit/7590b5bea822cba60b6d7e0b9968bba1ef74dd66.
~~Next step will be to create sections and to bring simple examples. I think that I will have some time to work on this just on two weeks. I will keep this issue open until to be able to create a full doc for F# vs C#.~~