Recent snippets

Popular snippets

  • Projecting lists

    Three functions showing how to implement projection for functional lists. First version uses naive recursion and the second one is tail-recursive using the accumulator parameter. The third version extends this with continuation passing.

    75 people like this

    Posted: 15 years ago by Tomas Petricek

  • Exploring Population Data

    Learn Key Principle of F# in just a few minutes with the following Sample of "World Bank Type Provider - Exploring Population Data"

    383 people like this

    Posted: 12 years ago by Muhammad Mugees Asif

  • Creating objects with events

    This snippet shows how to create objects with events in F#. It shows both simple event (to be used from F#) and a .NET compatible event with specific delegate type.

    85 people like this

    Posted: 15 years ago by Tomas Petricek

Snippets by tags

lists (15) json (16) tutorial (17) lazy (20) sequences (48) mailboxprocessor (27) design patterns (18) monad (24) agent (20) silverlight (22) quotations (21) collections (16) html (16) regex (17) computation expression (15) fold (22) math (35) kata (17) pattern matching (15) algorithms (25)

View all...

Database contains 3208 snippets out of which 1719 is public.