Functional Programming

Euler Problem 002 with F#

Problem Statement 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ... By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued

Define symbolic operators with F#

This post describes how we can define a custom operator with F#. Defining a new operator in F# is very straightforward. For instance, by using the following code, we can define "!"

F# | Length of a List

The code snippets listed below defines a function to compute the length of a give list using F#. Note that these functions are also called polymorphic function, as they work with any type

Functional Programming @ Facebook

An interesting and informative talk by Christopher Piro and Eugene Letuchy about the usage of Functional Programming Languages ( e.g, Haskell , Erlang ) in the development of Facbook & its internal applications. [vimeo http: