Recent snippets

Popular snippets

  • NUnit Sugar

    Some simple functions for writing more idiomatic F# tests with NUnit.

    91 people like this

    Posted: 14 years ago by Ryan Riley

  • Projecting lists

    Three functions showing how to implement projection for functional lists. First version uses naive recursion and the second one is tail-recursive using the accumulator parameter. The third version extends this with continuation passing.

    74 people like this

    Posted: 14 years ago by Tomas Petricek

  • Chain of responsibility II

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

    104 people like this

    Posted: 14 years ago by Tao Liu

Snippets by tags

reflection (19) recursion (33) lazy (20) web (29) generic programming (17) wpf (20) tryfsharp (48) f# (43) learning f# (16) monad (24) json (16) computation builder (17) fold (22) pattern matching (15) async (98) http (18) math (35) list (56) kata (17) dsl (23)

View all...

Database contains 3206 snippets out of which 1719 is public.