https://github.com/dawedawe/bobkonf2024
https://github.com/dawedawe/bobkonf2024
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dawedawe/bobkonf2024
- Owner: dawedawe
- Created: 2024-03-14T08:57:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T10:47:04.000Z (over 2 years ago)
- Last Synced: 2025-03-24T07:39:58.914Z (over 1 year ago)
- Language: F#
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BobKonf2024
## Prior knowledge required
To follow the tutorial you need the following prior knowledge:
- basic (functional) programming knowledge
- familiarity with the ML syntax or F# can help but is not a strict requirement
## Software Requirements
Please install the latest .NET SDK from https://dotnet.microsoft.com/en-us/download
Verify that you can execute `dotnet fsi` to start the F# REPL and a simple `id 42` works as expected.
For coding F# we recommend [VS Code](https://code.visualstudio.com/) with the [Ionide](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) plugin, even though any other editor should suffice.