Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 feature

These 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).