Code Snippet

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 "!"

Remove SVN binding

By invoking the following powershell commands, svn binding can be removed effectively from the current source directory. [gist]4726680[/gist] It just traverses all the subdirectories of the current directory and remove its

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