Recent snippets

Popular snippets

  • Command pattern for Redo-Undo II

    This command redo-undo implement group the command under Do/Undo category.

    70 people like this

    Posted: 14 years ago by Tao Liu

  • Composing a list of functions

    Composition of functions in F# is easily achieved by using the >> operator. You can also chain an arbitary amount of functions (represented as a list or sequence) together by folding the list/seq with >>. [More formally: the set of endomorphisms 'a -> 'a forms a monoid with the binary, associative operator ">>" (or "<<") and the neutral element "id".]

    87 people like this

    Posted: 15 years ago by Novox

  • 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

Snippets by tags

generic programming (17) sequences (48) design patterns (18) staging (18) agent (20) async (98) tryfsharp (48) http (18) silverlight (22) mailboxprocessor (27) game (32) array (22) kata (17) seq (54) f# (43) tutorial (17) computation builder (17) collections (16) parsing (28) recursion (33)

View all...

Database contains 3207 snippets out of which 1719 is public.