Recent snippets

Popular snippets

  • Units of Measure

    Show's how to define units of measure to add stronger typing to your numerical functions.

    75 people like this

    Posted: 15 years ago by Robert Pickering

  • 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

  • Dynamic operator using Reflection

    Demonstrates how to implement the dynamic operator (?) using .NET Reflection. The implementation supports calling constructors, propreties and methods using simple overload resolution (based on parameter count). It handles instance as well as static members.

    74 people like this

    Posted: 15 years ago by Tomas Petricek

Snippets by tags

sequence (32) lazy (20) kata (17) monad (24) json (16) algorithms (25) fold (22) game (32) mailboxprocessor (27) learning f# (16) quotations (21) generic programming (17) collections (16) seq (54) list (56) sequences (48) tryfsharp (48) dsl (23) computation builder (17) http (18)

View all...

Database contains 3208 snippets out of which 1719 is public.