awesome-fsharp
A curated list of awesome F# frameworks, libraries, software and resources.
https://github.com/fsprojects/awesome-fsharp
Last synced: 2 days ago
JSON representation
-
Data Science
- Deep.Net - Deep learning library for F#. Provides symbolic model differentiation, automatic differentiation and compilation to CUDA GPUs. [Apache 2.0]
- Deedle - Exploratory data library for .NET.
- Math.NET Symbolics - A basic open source computer algebra library for .NET, Silverlight and Mono written entirely in F#.
- Deep.Net - Deep learning library for F#. Provides symbolic model differentiation, automatic differentiation and compilation to CUDA GPUs. [Apache 2.0]
- Math.NET Symbolics ★ 203 ⧗ 5 - Math.NET Symbolics is a basic open source computer algebra library for .NET, Silverlight and Mono written entirely in F#. [MIT]
- SIMDArray ★ 42 ⧗ 11 - SIMD enhanced Array extensions for faster computation. [MIT]
- DiffSharp - Functional automatic differentiation (AD) library.
- FsLab - A collection of libraries for data-science. It provides a rapid development environment that lets you write advanced analysis with few lines of production-quality code.
- Math.NET Numerics - Methods and algorithms for numerical computations in science, engineering and every day use. F# specific bindings available.
- SIMDArray - SIMD enhanced Array extensions for faster computation.
- Synapses - Neural network library in F#.
- m2cgen - A CLI tool to transpile trained classic ML models into a native F# code with zero dependencies.
- IfSharp - F# for Jupyter Notebooks.
-
Development Tools
-
IDE
- MonoDevelop - Cross-platform IDE mostly aimed at Mono/.NET developers. [LGPLv2 and X11/MIT]
- F# Playground - Minimal playground for F#.
-
Editor Plugins
- Vim F# - F# support for Vim.
- Emacs F# mode - F# support in Emacs (including Intellisense and Interactive mode).
- FSharpFar - F# support for Far Manager.
- FSharpLint - F# code linter.
- Fantomas - F# code formatter.
- VimSpeak - VimSpeak lets you control Vim with your voice using speech recognition.
- fsharp-notebook - Data science notebook for F# Interactive.
- neofsharp.vim - Basic F# support for (Neo)Vim.
-
Performance Analysis
- fasm - F# JIT disassembler, as a dotnet tool.
-
-
.Net Core Templates
-
Creating type providers
- Freya - -install Freya.Template::*`
-
-
Resources
-
Blogs
- Codesuji
- Tomas Petricek
- Codesuji - A community member blog, focusing on functional aspects on F#.
- Tomas Petricek - A well-known community member working on a diverse set of topics.
- Sergey Tihon (F# Weekly) - Weekly newsletter collected across the ecosystem.
- Codesuji - A community member blog, focusing on functional aspects on F#.
- .NET Blog (F# tag) - News and discussions about F# from the .NET team.
- Krzysztof Cieslak - A blog of the Ionide maintainer.
- Mark Seemann - A blog discussing various aspects of software design.
-
Cheatsheets
- F# tour
- F# tour - Official language tour from Microsoft.
- Guide for Python devs to learn F# - A 30-minute F# tutorial for Python programmers, with back-to-back code snippets.
- Guide for Rust devs to learn F# - Informal manual for users of Rust and F# to read through to learn about the other language.
- Learn F# in Y minutes - A guide recommended to quickly start programming in F#.
- F# Snips - Share your snippets of F# code.
- F# cheatsheet - Quick reference for the main language features.
- Guide for C# devs to learn F# - A 30-minute F# tutorial for C# programmers, with back-to-back code snippets.
-
Community
-
Other Lists
- F# Community Projects - FSharp community projects
- WTF# - podcast focused on F# and its ecosystem
- F# Community Projects - Everything produced by the F# community.
- FSharpest - A directory to discover F# tools, libraries and resources.
- Awesome .NET! - Collection of awesome .NET libraries, tools, frameworks and software.
- Companies using F# - Community curated list of companies that use F# (maybe useful if you're looking for a job?)
- FSharpest - A directory to discover F# tools, libraries and resources.
- Fable Resources - A curated list of useful Fable-related tutorials, libraries and software.
-
Websites
- Community for F# - Links to dojos and recordings of community presentations.
- cs2fs - Transform C# code to F# code
- Try F# - Online tutorials, currently without execution of code due to Silverlight dependency
- Community for F# - Links to dojos and recordings of community presentations.
- F# Software Foundation - Main website.
- cs2fs - Transform C# code to F# code.
- fantomas-tools - A set of Fantomas related tools like AST viewer and online bug reporter.
- DotNetFiddle - Online REPL.
- SharpLab - C#/VB/F# compiler playground.
- Try F# - Online tutorials, currently without execution of code due to Silverlight dependency.
- Decompiler.com - Online C#/VB/F# decompiler.
- F# for Fun and Profit - Reference tutorials.
-
Videos
- Austin F# Meetup Group Recorded Presentations
- Intro to F#
- Fast Dictionary in F#
- F# Chats on performance
- Topological Sort
- Amplifying F# YouTube Channel
- F# Online YouTube Channel
- Austin F# Meetup Group Recorded Presentations
- F# Chats on performance
- Fast Dictionary in F#
- Intro to F#
- Topological Sort
- Amplifying F# YouTube Channel
- F# Online YouTube Channel
- Topological Sort
-
Courses
-
Books
- Domain Modeling Made Functional by Scott Wlaschin - Tackle software complexity with domain-driven design and F#.
- F# in Action by Isaac Abraham - A practical guide in software development in F#.
-
-
Concurrent, Asynchronous, and Parallel Programming
- FIO - A type-safe, highly concurrent and asynchronous library for F# based on pure functional programming.
- Reaction.AsyncRx - An implementation of Async Observables in F# for .NET and Fable.
- FSharp.Control.AsyncSeq - Asynchronous sequence support, integration with `IAsyncEnumerable`.
- FSharp.Control.FusionTasks - F# Async workflow <--> .NET Task/ValueTask easy seamless interoperability library.
- FSharpx.Async - Collection of asynchronous programming utilities for F#.
- IcedTasks - Cold tasks, cancellable tasks, and extensions for the `async` workflow.
- FIO - A type-safe, highly concurrent and asynchronous library for F# based on pure functional programming.
- Hopac - Concurrent ML style concurrent programming library for F#.
- Ply - High performance System.Threading.(Value)Task computation expressions for F#.
- TaskBuilder.fs - F# computation expression builder for System.Threading.Tasks.
-
Configuration
- docopt.fs - Command line arguments parser, F# port of [docopt](https://github.com/docopt/docopt).
- docopt.fs ★ 18 ⧗ 0 - command line arguments parser, F# port of [docopt](https://github.com/docopt/docopt). [MIT]
- Argu - Declarative CLI argument/XML configuration parser for F# applications.
- FsConfig - F# library for reading configuration data from environment variables and AppSettings with type safety.
- Skid - Simple, single-file portable CLI utility for configuration templating.
-
General Purpose Libraries
-
Performance Analysis
- FSharp.HashCollections - Fast hash-based immutable map and set.
- FSharpPlus - Extensions for F#.
- Aether - Optics library for F#, similar to the Haskell Data.Lens package.
- Chessie - Railway-oriented programming.
- ExtCore - Extended core library for F#.
- FSharp.CosmosDb - An F# wrapper around the CosmosDB SDK, making it more functional-friendly.
- FSharpLu - Lightweight utilities for string manipulations, logging, collection data structures, file operations, text processing, security, async, parsing, diagnostics, configuration files and Json serialization.
- FSharpx.Extras - FSharpx.Extras is a collection of libraries and tools for use with F#.
- Fli - Computational expression to run system processes and manage their output.
- Donald - A simple F# interface for ADO.NET.
- DustyTables - Thin F# API for SqlClient for easy data access to ms sql server with functional seasoning on top.
- Fling - Fling significantly reduces boilerplate needed to efficiently save/load complex domain entities to/from multiple tables.
- FsToolkit.ErrorHandling - Clear, simple and powerful error handling with railway-oriented programming. Inspired by Chessie.
- Fumble - Thin F# API for Sqlite for easy data access to sqlite database with functional seasoning on top.
- LiteDB.FSharp - F# Support for [LiteDB](https://github.com/mbdavid/LiteDB), an embedded single file database for .NET.
- Npgsql.FSharp - Thin F# wrapper around [Npgsql](https://github.com/npgsql/npgsql), the PostgreSQL database driver.
- Vp.FSharp.Sql - Generic F# ADO provider wrapper (SqlServer, PostgreSql, Sqlite).
- TypeShape - Small, extensible F# library for practical generic programming.
- Validus - A composable validation library for F#, with built-in validators for most primitive types and easily extended through custom validators.
-
-
HTTP Clients
-
Logging
-
Serialization
-
Performance Analysis
- FSharp.Json - Reflection-based serialization library.
- Fleece - JSON mapper for F#. It simplifies mapping from a Json library's JsonValue onto your types, and mapping from your types onto JsonValue.
- FsCodec - F# Event-Union Contract Encoding with versioning tolerant converters.
- FsPickler - Fast, multi-format messaging serializer for .NET.
- Legivel - F# Yaml 1.2 parser.
- Thoth.Json - JSON encoder/decoder library inspired by Elm.
- Fleece - JSON mapper for F#. It simplifies mapping from a Json library's JsonValue onto your types, and mapping from your types onto JsonValue.
- FSharp.SystemTextJson - System.Text.Json extensions for F# types.
-
-
Type Providers
-
Performance Analysis
- FSharp.Data - Data science library that contains type providers for CSV, HTML, JSON, XML, and WorldBank data.
- R Type Provider - Type provider to interop with R.
- FSharp.Data.Toolbox - Library for various data access APIs based on FSharp.Data. The library currently includes the Twitter type provider for access to Twitter users and feeds, and SAS type provider to read SAS dataset files.
- FSharp.Data.TypeProviders - Library that contains type providers for `.edmx` files, `.dbml` files, WSDL services, OData services, and SQL databases.
- AzureStorageTypeProvider - F# Azure type provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
- DynamicsCRMProvider - Type provider for Microsoft Dynamics CRM 2011.
- EasyBuild.FileSystemProvider - Type provider to provide a typed representation of files and directories based on your project structure or a virtual file system.
- FSharp.Configuration - The project contains type providers for the configuration of .NET projects. Handles AppSettings, ResX, Yaml and Ini files.
- FSharp.Data.Npgsql - F# type providers library on a top of well-known Npgsql ADO.NET client library.
- FSharp.Data.SqlClient - F# type provider for statically typed access to T-SQL command parameters and result set.
- FSharp.Management - The project contains various type providers for the management of the machine. Handles file system, registry, Windows Management Instrumentation, PowerShell and SystemTimeZones.
- FSharp.Text.RegexProvider - Type provider for regular expressions.
- Facil - Facil generates F# data access source code from SQL queries and stored procedures.
- FsXaml - F# Tools for working with XAML Projects.
- FsYaml - Typed Yaml library for F#.
- GraphProvider - `.dgml` state machine type provider.
- MatDataProvider - Erased type provider for `.mat` files (binary MATLAB format files).
- S3Provider - Experimental type provider for Amazon S3.
- SQLProvider - General F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
- SwaggerProvider - Generative type provider for Swagger.
- FSharp.Data.Tdms - TDMS support for F#.
- ExcelProvider - Excel type provider.
-
Creating Type Providers
- FSharp.TypeProviders.StarterPack - The ProvidedTypes SDK for creating F# type providers.
- FSharp.TypeProviders.StarterPack - The ProvidedTypes SDK for creating F# type providers.
-
-
Web Frameworks
-
Creating Type Providers
- Bolero - F# in WebAssembly, develop SPAs with the full power of F# and .NET Blazor.
- Falco - A functional-first toolkit for building brilliant ASP.NET Core applications using F#.
- WebSharper - F#-based web programming platform including a compiler from F# code to JavaScript.
- Suave - Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
- Felicity - Boilerplate-free, idiomatic JSON:API for your beautiful, idiomatic F# domain model.
- Feliz - A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#.
- Genit - Cross-platform website generator and server using F#, Suave and PostgreSQL or MS SQL Server.
- Giraffe - Native functional ASP.NET Core web framework for F# developers.
- Oxpecker - ASP.NET Core based F# framework + supporting tools (ViewEngine, Htmx, OpenApi).
- Saturn - Opinionated, web development framework for F# which implements the server-side, functional MVC pattern.
-
-
.NET Core Templates
-
Creating Type Providers
- Fable, F# |> Babel - `dotnet new -i Fable.Template::*`
- Fable-elmish - `dotnet new -i Fable.Template.Elmish.React::*`
- ASP.NET Core WebAPI F# Template - `dotnet new -i WebAPI.FSharp.Template::*`
- Expecto Template - `dotnet new -i Expecto.Template::*`
- Giraffe Template - `dotnet new -i "giraffe-template::*"`
- MiniScaffold - F# Template for creating and publishing libraries targeting .NET Full (net45) and Core (netstandard1.6), `dotnet new -i MiniScaffold::*`
- NancyFx Template - `dotnet new -i NancyFx.Core.Template::*`
- SAFE Stack Template - `dotnet new -i SAFE.Template::*`
-
-
Cloud
- FsFirestore - Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
- Pulumi.FSharp.Extensions - F# computational expressions to reduce boilerplate in Pulumi code.
- Chia - Chia is a F# library which contains HelperFunctions for reporting, logging and Azure cloud operations.
- Farmer - Repeatable Azure deployments with ARM templates made easy.
-
Code Analysis
- Ionide FSharp.Analyzers.SDK - Library for building custom analyzers for F# / FSharp.Analyzers.Cli.
-
Code Generation
-
Compilers for Other Platforms
-
Simulation
-
Performance Analysis
- F# RISC-V Instruction Set formal specification - RISC-V CPU formal ISA Specification. RISC-V CPU simulator with ELF files execution.
-
-
Static Site Generators
-
Performance Analysis
- SkunkHTML - Markdown blog with GitHub Pages.
-
-
Testing
-
Performance Analysis
- Faqt - Fantastic fluent assertions for your F# tests and domain code.
- FsCheck - Random testing for .NET.
- FsUnit - FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.
- NBomber - Simple load testing framework for Pull and Push scenarios.
- Persimmon - Unit test framework for F# using computation expressions.
- fsharp-hedgehog - Property-based testing system for F#.
- unquote - Write F# unit test assertions as quoted expressions.
- xUnit.net - Free, open source, community-focused unit testing tool for the .NET Framework.
- Expecto - Smooth testing framework for F# with tests-as-values and parallelism by default.
- altcover - Cross-platform coverage gathering and processing tool set for .NET/.NET core and Mono.
- canopy - F# web automation and testing framework.
-
-
Visualization
-
Creating Type Providers
- GG.Net - Visualization library for data scientists.
- Plotly.NET - A Plotly-based general purpose plotting library for F#.
- SharpVG - Create SVG vector graphics in F#.
- XPlot - A plotting library for the F# programming language.
- FSharp.Charting - Charting library suitable for interactive F# scripting.
-
-
F# Wrappers for Popular .NET Libraries
- Avalonia
- ASP.NET Core - fsharp/Giraffe) (+ optionally [Saturn](https://github.com/SaturnFramework/Saturn))<br/>[Oxpecker](https://github.com/Lanayx/Oxpecker)
- System.Text.Json
- WPF
- MSTest
- MAUI - dev/Fabulous)
- ASP.NET Core Blazor
-
F# wrappers for popular .NET libraries
- Xamarin.Forms - dev/Fabulous)
-
Actor frameworks
- Cricket ★ 141 ⧗ 380 - Actor framework for F#. [Unlicense]
-
Actor Frameworks
- Orleankka - Functional extension for Microsoft Orleans framework.
- Akka.NET - Community-driven port of the popular Java/Scala framework Akka to .NET.
- Orleans - Distributed virtual actor model.
- Akkling - F# typed API for Akka.NET.
- Proto.actor - Cross-platform actor framework for .NET, Go, Java and Kotlin.
-
Compilers
- F# Compiler Services ★ 159 ⧗ 0 - The F# Compiler, F# Interactive scripting engine and F# editing services as a component library. [Apache 2.0]
- Pengines.Client - Sandboxed Prolog environment.
- FSharp - The Open Edition of the F# compiler, core library and tools.
-
Concurrent, asynchronous and parallel programming
- Giraffe.Tasks - Task computation expression to work natively with .NET's Tasks from an F# application.
- Reaction.AsyncRx - An implementation of Async Observables in F# for .NET and Fable. [MIT]
-
Build Tools
-
Package Management
-
Main Language-Related Repositories
-
GUI
-
Performance Analysis
- Avalonia.FuncUI - Develop cross-platform MVU GUI Applications using F# and Avalonia.
- Elmish.WPF - Elmish (or MVU) approach to WPF programming.
- Epoxy - An independent flexible XAML MVVM library for .NET.
- Fabulous - F# functional app development, using declarative dynamic UI.
-
-
Game Development
-
Performance Analysis
- FsUnity - F# libraries, tools, and plugins for the Unity game engine.
- Garnet - Lightweight game composition library for F# with entity-component-system (ECS) and actor-like messaging features.
- Nu Game Engine - Cross-platform F# 2D game engine built in the functional style. Uses SDL2 and Farseer Physics.
- Godot - Tutorial how to use F# with Godot.
-
-
Parsing
-
Performance Analysis
- FParsec - The parser combinator library for F#.
- FsAttoparsec - Port of Bryan O'Sullivan's attoparsec from Haskell to F#.
- XParsec - Extensible, type-and-source-polymorphic, non-linear applicative parser combinator library for F# 3.0 and 4.0.
-
Programming Languages
Categories
Resources
70
Type Providers
24
General Purpose Libraries
19
Data Science
13
Development Tools
11
Testing
11
Concurrent, Asynchronous, and Parallel Programming
10
Web Frameworks
10
Serialization
8
.NET Core Templates
8
F# Wrappers for Popular .NET Libraries
7
Actor Frameworks
5
Visualization
5
Configuration
5
Main Language-Related Repositories
4
Game Development
4
Compilers for Other Platforms
4
Cloud
4
GUI
4
Compilers
3
Parsing
3
HTTP Clients
3
Package Management
2
Concurrent, asynchronous and parallel programming
2
Build Tools
2
Logging
2
Code Generation
2
Static Site Generators
1
.Net Core Templates
1
Code Analysis
1
Actor frameworks
1
F# wrappers for popular .NET libraries
1
Simulation
1
Sub Categories
Keywords
fsharp
68
dotnet
32
csharp
13
dotnet-core
8
typeprovider
6
testing
6
async
5
f-sharp
5
cross-platform
4
javascript
4
sql
4
json
4
functional-programming
4
c-sharp
3
computation-expressions
3
elmish
3
wpf
3
xaml
3
concurrency
3
actors
3
avaloniaui
3
machine-learning
3
python
3
parallel
3
microsoft
3
aspnet-core
3
java
2
fable
2
web-framework
2
concurrent-programming
2
web
2
deep-learning
2
rust
2
dotnet-template
2
visual-studio
2
giraffe
2
simd
2
quickcheck
2
property-based-testing
2
mvu
2
gui
2
unit-testing
2
azure
2
avalonia
2
neural-network
2
functional
2
generic-programming
2
middleware
2
configuration-management
2
configuration
2