Recent snippets

Popular snippets

  • 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: 11 years ago by Muhammad Mugees Asif

  • Continuation-Passing Mnemonics

    Continuations provide a means whereby heap space can be traded for stack depth (heap space being generally more plentiful than stack depth). They are especially useful where tail recursion is not possible. Here are a couple of simple continuation examples that can be extended to cover more complex scenarios.

    100 people like this

    Posted: 14 years ago by Neil Carrier

  • 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.

    84 people like this

    Posted: 14 years ago by Tomas Petricek

Snippets by tags

mailboxprocessor (27) tryfsharp (48) math (35) collections (16) game (32) monad (24) agent (20) computation expression (15) sequence (32) quotations (21) tutorial (17) staging (18) async (98) sequences (48) web (29) design patterns (18) http (18) seq (54) algorithms (26) regex (17)

View all...

Database contains 3206 snippets out of which 1719 is public.