Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

Why is Seq.init slower than a sequence expression with 'for'?

f# lazy-sequences

Block is unfinished

f#

Why is None represented as null?

f# discriminated-union

F#, Json.NET 6.0 and WebApi - serialization of record types

Purely Functional Programming

f# functional-programming

Sharing types across F# .fsx files

f#

How to write an inline big string in F#

.net string f# literals

Use case for F# Choice type

f#

F#: Some, None, or Exception?

f# c#-to-f# f#-3.0

Using a custom F# operator in C#?

c# .net f# operators clr

Properly implement F# Unit in C#

Why can't non-partial active patterns be parameterized in F#?

.net syntax f# design-patterns

C# async / await method to F#?

f# c#-to-f#

Read from Console in F#

f# console

Is there any single-article F# 3.0 overview? [closed]

.net f# f#-3.0

How do I deal with IEnumerable in F#?

f#

F# – mapping a list with an accumulator

f#

Code quotations and Expression trees

F# Performance: What is making this code so slow?

F# and interface covariance: what to do? (specifically seq<> aka IEnumerable<>)