Jul 31, 2024 Post comments count2 Post likes count2 Enhancing #help in F# Interactive David Schaefer The '#help' directive in F# Interactive can now quickly access documentation instantly within the REPL.
May 29, 2024 Post comments count2 Post likes count5 F# developer stories: how we’ve finally fixed a 9-year-old performance issue Petr Semkin Some bugs carry exciting narratives — attempting to resolve them lets you trace the history of the repository and the community.
Dec 28, 2023 Post comments count1 Post likes count5 Safer recursion in F# David Schaefer Tail recursion is a new F# compiler feature which helps to avoid stack overflows.
Nov 20, 2023 Post comments count4 Post likes count9 Improvements & Changes in Android resource generation in .NET 8 Dean Ellis In .NET 8 we have made some vast improvements in changes to how Android resources work in regards to the designer assembly. If you are building Android apps and libraries there are some important changes to know about.
Nov 14, 2023 Post comments count5 Post likes count5 Announcing F# 8 RNDr. Tomáš Grošup, Ph.D. Read what is new in F# 8 - the language, compiler tooling and FSharp.Core standard library
Nov 2, 2023 Post comments count3 Post likes count4 A new F# compiler feature: graph-based type-checking Florian Verdonck Graph-based type-checking is a new F# compiler flag that allows the compiler to type-check files in a project in parallel whenever possible.
Oct 11, 2023 Post comments count3 Post likes count5 Overhauled F# code fixes in Visual Studio Petr Semkin F# code fixes are now more performant, correct, and testable.
Sep 20, 2023 Post comments count1 Post likes count7 Simplifying F# computations with the new ‘while!’ keyword Petr Semkin F# introduces `while!` keyword, streamlining loops in computation expressions.
Jul 27, 2023 Post comments count4 Post likes count12 New syntax for string interpolation in F# Adam Boniecki New language feature is available in preview for F# to make working with interpolated strings even easier.
Jul 5, 2023 Post comments count8 Post likes count9 Improved F# hints in Visual Studio Petr Semkin We're introducing new F# hints and enhancing existing ones.