Forwarded from Ilya L
YouTube
GOTO 2020 • Life After Business Objects - Confessions of an OOP Veteran • Vagif Abilov
This presentation was recorded at GOTO Oslo 2020. #GOTOcon #GOTOoslo
https://goto-oslo.com
Vagif Abilov - FP and OOP Expert + Talented Musician
ABSTRACT
It finally happened: tired of mutable data structures and thread synchronization, we decided to use…
https://goto-oslo.com
Vagif Abilov - FP and OOP Expert + Talented Musician
ABSTRACT
It finally happened: tired of mutable data structures and thread synchronization, we decided to use…
Compiler performance improvements
To demonstrate the difference, check out this fork of the FSharpPlus repository, a codebase that stresses the F# compiler significantly with its use of certain advanced features.
https://devblogs.microsoft.com/dotnet/f-5-update-for-net-5-preview-4/
.NET Blog
F# 5 and F# tools update
We’re excited to announce some updates to F# 5 today! We shipped a lot of preview features since F# 5 preview 1, and they have all been stabilizing since that release. Today, we’re happy to announce some minor additions to F# 5 and talk about some pretty…
Forwarded from Ayrat Hudaygulov
GitHub
Add AST to string transformation to the compiler · Issue #871 · fsharp/fslang-suggestions
Add AST to string transformation to the compiler I propose we add functions to transform the F# AST to strings. Functions such as ToString, ToFullString, and WriteTo. These would mirror the accompa...
Forwarded from Roman
GitHub
Breaking change for DU with [<RequireQualifiedAccess>] formatting in 4.7.2 · Issue #9357 · dotnet/fsharp
In FSharp.Core 4.7.0 the name of Discriminated Union is ignored in text formatting even if [<RequireQualifiedAccess>] is present. However in 4.7.2 this name is added as a prefix for u...