Sep 9, 2024 6 15 Why is F# code so robust and reliable? Vladimir Shchur F# is not just for math and big data, it's a general purpose language that will greatly reduce the amount of bugs in your code.
Jul 31, 2024 2 2 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 2 5 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 1 5 Safer recursion in F# David Schaefer Tail recursion is a new F# compiler feature which helps to avoid stack overflows.
Nov 14, 2023 5 5 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 3 4 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 3 5 Overhauled F# code fixes in Visual Studio Petr Semkin F# code fixes are now more performant, correct, and testable.
Sep 20, 2023 1 7 Simplifying F# computations with the new ‘while!’ keyword Petr Semkin F# introduces `while!` keyword, streamlining loops in computation expressions.
Jul 27, 2023 4 12 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 8 9 Improved F# hints in Visual Studio Petr Semkin We're introducing new F# hints and enhancing existing ones.