Recent snippets

Popular snippets

  • 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

  • Continuation-Passing Mnemonics

    Continuations provide a means whereby heap space can be traded for stack depth (heap space being generally more plentiful than stack depth). They are especially useful where tail recursion is not possible. Here are a couple of simple continuation examples that can be extended to cover more complex scenarios.

    100 people like this

    Posted: 15 years ago by Neil Carrier

  • Monadic Memoization

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

    91 people like this

    Posted: 14 years ago by Nick Palladinos

Snippets by tags

lazy (20) design patterns (18) array (22) learning f# (16) regex (17) json (16) wpf (20) list (56) tutorial (17) agent (20) kata (17) quotations (21) parsing (28) computation builder (17) pattern matching (15) f# (43) async (98) string (29) html (16) fold (22)

View all...

Database contains 3208 snippets out of which 1719 is public.