Recent snippets

Popular snippets

  • WPF / SilverLight Converter II

    version 1 is http://fssnip.net/62. This new version support convert from any existing function to a converter function by using composition and pipeline. The convert function is to make the function signature agree to the IValueConverter interface. You can add new functions in the FunctionLibrary module and reuse the class definition to reduce the coding effort. The first sample is to show how to make the converter pipeline work, the second one is a debugger converter used to debug the data binding problem.

    89 people like this

    Posted: 12 years ago by Tao Liu

  • Chain of responsibility II

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

    103 people like this

    Posted: 12 years ago by Tao Liu

  • Monadic Memoization

    Modular memoization within a pure functional setting that is implemented as a convenient computation builder.

    89 people like this

    Posted: 13 years ago by Nick Palladinos

Snippets by tags

computation builder (17) tutorial (17) http (18) web (29) agent (20) array (22) collections (16) html (15) tryfsharp (48) sequences (48) pattern matching (15) fold (22) algorithms (26) parsing (28) sequence (32) f# (43) dsl (23) lazy (20) design patterns (18) computation expression (15)

View all...

Database contains 3183 snippets out of which 1709 is public.