Showing results for F# - .NET Blog

Sep 9, 2024
6
15

Why is F# code so robust and reliable?

Vladimir Shchur
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.

.NETF#
Jul 31, 2024
2
2

Enhancing #help in F# Interactive

David Schaefer
David Schaefer

The '#help' directive in F# Interactive can now quickly access documentation instantly within the REPL.

.NETF#
Dec 28, 2023
1
5

Safer recursion in F#

David Schaefer
David Schaefer

Tail recursion is a new F# compiler feature which helps to avoid stack overflows.

.NETF#
Nov 14, 2023
5
5

Announcing F# 8

RNDr. Tomáš Grošup, Ph.D.
RNDr. Tomáš Grošup, Ph.D.

Read what is new in F# 8 - the language, compiler tooling and FSharp.Core standard library

.NETF#

Feedback