Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

Map Reduce with F# agents

f# mapreduce agents

Why does F# have a unary plus operator?

f# unary-operator

Compile with standalone flag gives compilation errors in client code

f# compiler-errors

static members vs module for type in F#?

f#

"nested if" versus "if and" performance using F#

Stackless trampoline Monad/Computation Expression

f# functional-programming

Trying to understand the Choice type in F#

Specifying assembly version in .fsproj for .NET core

f# .net-core

Getting F# tests to be detected by Visual Studio 2013 Express for Desktop

SEHException on OleDb connection open

c# ms-access f# oledb

compare working differently with generics involved

generics f# comparison

Omit 'do!' in computation expression

f#

Are there plans to support "type providers" for Scala's SIQ (ScalaIntegratedQuery) like in F#?

Why isn't a CancellationToken included in the Task<T> monad?

Why does my F# project build locally but fail on Travis?

.net f# travis-ci

Call F# function from C# passing function as a parameter

c# f#

When writing F# for Fable, when should I use async and when should I use promise?

f# fable-f#

F# equivalent to Eval

.net f# lisp eval

Inconsistent behaviour between (+) and (-) when using 'inline' and quotation evaluation

f# inline quotations

Why is -1L * -9223372036854775808L == -9223372036854775808L

c# .net math f# binary