Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

Performance of async in F# vs C# (is there a better way to write async { ... })

f# async-await

How to downcast from obj to option<obj>?

f# casting

Why is this F# code slower than the C# equivalent?

c# f#

Starting a process synchronously, and "streaming" the output

F# interactive and performance profilers

f# profiler f#-interactive

Json parsing F#

json f# datacontract

how to add third party dll reference to F# project?

f# f#-interactive

F# Type Provider for SQLite?

Why sequence expressions for arrays are so slow in F#?

.net f#

F# special quotes? (##)

f# quotations

Expressing existential types in F#

types f#

Are Infinite Types (aka Recursive Types) not possible in F#?

f# types type-inference

Drawbacks of developing ASP.NET and ASP.NET MVC apps in F#?

asp.net asp.net-mvc f#

Sample grammars in FParsec going beyond the samples?

parsing f# parsec fparsec

How can I enforce the creation of a Discriminated Union value through a dedicated function?

f#

Parse a text-string to F#-code

.net parsing f#

How to define x++ (where x: int ref) in F#?

f# operators

F# int.MaxValue is "not a valid constant expression," but System.Int32.MaxValue is?

.net f# data-annotations

What is the purpose of the extra ldnull and tail. in F# implementation vs C#?

F# list to C# IEnumerable: most efficient method?

c# .net list f# seq