Showing category results for F#

Sep 9, 2024
Post comments count10
Post likes count20

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.

.NETF#
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.

.NETF#
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.

.NETF#
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.

.NETC#.NET MAUI
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

.NETF#
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.

.NETF#
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.

.NETF#