Какие-то пацаны затирают за F# 5. Слушаем, смотрим, хлопаем в ладоши
https://www.youtube.com/watch?v=jByCiwycoPM
https://www.youtube.com/watch?v=jByCiwycoPM
YouTube
F# 5
In this episode, Robert is joined by Phillip Carter, who shows us F# 5, which is now in preview. He shows significant performance improvements and several new language features.
Resources:
F# 5 preview 1 announcement (https://devblogs.microsoft.com/dotnet/announcing…
Resources:
F# 5 preview 1 announcement (https://devblogs.microsoft.com/dotnet/announcing…
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...