Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

What is the equivalent in F# of the C# default keyword?

c# f# default keyword c#-to-f#

Is it possible to write a JIT compiler (to native code) entirely in a managed .NET language

c# .net f# jit

F# List.map equivalent in C#?

c# .net linq f#

Async POST fails on WP7 and F#

When to use a sequence in F# as opposed to a list?

list f#

F#: let mutable vs. ref

f# mutable

What the difference between a namespace and a module in F#?

f# module namespaces

When are higher kinded types useful?

F# explicit match vs function syntax

syntax f#

How do I use Travis-CI with C# or F#

c# f# mono travis-ci

What are the benefits of using C# vs F# or F# vs C#? [closed]

c# .net f#

How can I use functional programming in the real world? [closed]

Object initialization syntax

MbUnit under Linux, used within an F# project?

ubuntu f# mono mbunit gallio

Haskell composition (.) vs F#'s pipe forward operator (|>)

F# development and unit testing? [closed]

Why are functions in OCaml/F# not recursive by default?

f# recursion ocaml

Best approach for designing F# libraries for use from both F# and C#

c# f#

How to create a sequence of integers in C#?

c# .net f# sequence

Why is this F# code so slow?

c# performance f# inline