-
fslang-design
RFCs and docs related to the F# language design process, see https://github.com/fsharp/fslang-suggestions to submit ideas
Nullable reference types . This will make nulls largely a non-issue when dealing with dotnet libraries. Generally they are already annotated so as soon as F# gets this it will be clear what is and what is not nullable when using libraries from F#.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
fslang-suggestions
The place to make suggestions, discuss and vote on F# language and core library features
"Blessed" literals: only FSharp.List and System.Array have a built-in collection syntax in the language ([ ] and [| |]). Only FSharp.List has a special pattern matching constructor (::). The language itself shouldn't favor a particular type over another: it should be possible, at the library level, to write the same code but using different collection types (related discussion here).
-
corert
Discontinued This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
-
VisualFSharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
Related posts
-
RFC FS-1110,1111 - "index syntax (expr[idx] instead of expr.[idx]) and ref cell op deprecation (.Value instead of !)" has been merged into the F# compiler and will be available starting the next .NET 6 release candidate.
-
Is there a way to connect RFCs <-> PRs <-> targeted F# releases <-> release dates?
-
.NET Digest #3
-
Experimentation with Optimized Closures
-
Load projects with dependencies on Repl