Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanmarr/fsharp.lunchandlearn
Code samples from a presentation
https://github.com/jordanmarr/fsharp.lunchandlearn
Last synced: 22 days ago
JSON representation
Code samples from a presentation
- Host: GitHub
- URL: https://github.com/jordanmarr/fsharp.lunchandlearn
- Owner: JordanMarr
- License: mit
- Created: 2022-02-03T15:13:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T15:36:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T12:49:03.459Z (2 months ago)
- Language: F#
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSharp.LunchAndLearn
Code samples from a presentation## Content:
* Active Patterns (bonus content!)
* Option type: Fundamentals + examples
* Result type: Fundamentals + examples
* Final Project: Uses Option type, Result type + FsToolkit.ErrorHandling lib to implement a prod-ready featureThese samples, while contrived, are meant to simulate "real-life" problems as much as possible (async, error handling, etc).
Most samples can be run using F# Interactive (highlight the relevant code and hit Alt+Enter).