|
|
|
|
|
by MrJohz
1290 days ago
|
|
I tried that last year, and got worn down by how often I'd Google how to do something and get an answer explaining how recursion works from first principles as opposed to just pointing at the deciding standard library function that did what I needed. I want to try again this year, do you have any advice for how to get going with Ocaml as someone who has programmed long enough to understand how recursion, linked lists, and all that jazz works, and just wants to figure out how to be productive in the language? |
|
Guide: https://learn.microsoft.com/en-us/dotnet/fsharp/language-ref...
Reference: https://fsharp.github.io/fsharp-core-docs/
Also you can use F# notebooks with .NET Interactive and the Polyglot Notebooks Visual Studio Code extension, which is great for something like Advent of Code.