Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2mol/learning-fsharp
https://github.com/2mol/learning-fsharp
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/2mol/learning-fsharp
- Owner: 2mol
- Created: 2021-02-22T07:49:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T09:28:34.000Z (about 3 years ago)
- Last Synced: 2024-10-30T08:23:55.560Z (2 months ago)
- Language: F#
- Size: 279 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning F#
In this repository I collect self-contained examples for libraries, patterns, and other interesting snippets.
I want to have an extensive collection of (compiling) code, that covers many of the "How do I do X in F#?" questions.
- [Hello World](hello-world/Program.fs)
- Environment variables- Basic `Npgsql.FSharp`
- `MailboxProcessor`
- Hello World Suave
- Hello World Giraffe
- `Fsharp.Data`
- `Fsharp.SystemTextJson`
- `Thoth.Json`## Todo:
- Postgres with `Dapper.FSharp`
- Firestore
- Suave [Server-Sent Events (SSE)](https://en.wikipedia.org/wiki/Server-sent_events)
- Basic Async
- Data Viz with `FSharp.Plotly`
- Compile single-binary executables
- `FsConfig`
- Scraping - Extracting data from websites.