Posts by this author

Jul 31, 2024
Post comments count2
Post likes count2

Enhancing #help in F# Interactive

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#

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

.NETF#