Recent snippets

Popular snippets

  • Struct Tuple

    Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.

    77 people like this

    Posted: 15 years ago by fholm

  • 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

  • Top-Down-Operator-Precedence Parser

    F# implementation of a generic Top-Down-Operator-Precedence Parser as described in this paper http://portal.acm.org/citation.cfm?id=512931 Example starts at line ~300

    90 people like this

    Posted: 15 years ago by fholm

Snippets by tags

sequence (32) parsing (28) kata (17) async (98) seq (54) recursion (33) silverlight (22) web (29) math (35) html (16) dsl (23) tutorial (17) collections (16) generic programming (17) design patterns (18) f# (43) lists (15) lazy (20) agent (20) fold (22)

View all...

Database contains 3208 snippets out of which 1719 is public.