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

  • Asynchronous sequences

    An asynchronous sequence is similar to the seq type, but the elements of the sequence are generated asynchronously without blocking the caller as in Async. This snippet declares asynchronous sequence and uses it to compare two files in 1k blocks.

    109 people like this

    Posted: 15 years ago by Tomas Petricek

  • Split a list

    Three ways to split a list in half (but not necessarily in the middle). A forth version added that's very short and should be fast, as we only use List.fold. New champ found.

    84 people like this

    Posted: 15 years ago by Dmitri Pavlenkov

Snippets by tags

staging (18) web (29) http (18) math (35) mailboxprocessor (27) string (29) lists (15) json (16) game (32) algorithms (25) reflection (19) lazy (20) tutorial (17) tryfsharp (48) sequences (48) monad (24) pattern matching (15) async (98) parsing (28) computation expression (15)

View all...

Database contains 3208 snippets out of which 1719 is public.