Recent snippets

Popular snippets

  • Chain of responsibility II

    Unlike the previous chain of responsibility, this version use the pipeline to chain responsibilities.

    106 people like this

    Posted: 15 years ago by Tao Liu

  • 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

  • Association list lookup

    While prototyping programs I find myself using association lists. This little snippet defines a lookup functions for association lists defined as lists of tuples.

    68 people like this

    Posted: 15 years ago by Alex Muscar

Snippets by tags

regex (17) staging (18) recursion (33) wpf (20) tryfsharp (48) fold (22) computation builder (17) collections (16) reflection (19) learning f# (16) http (18) f# (43) async (98) dsl (23) computation expression (15) parsing (28) agent (20) html (16) quotations (21) kata (17)

View all...

Database contains 3209 snippets out of which 1719 is public.