Recent snippets

Popular snippets

  • 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

  • Strategy pattern

    Strategy pattern in F#

    83 people like this

    Posted: 14 years ago by Tao Liu

  • Load XAML

    This example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.

    109 people like this

    Posted: 15 years ago by Antonio Cisternino

Snippets by tags

silverlight (22) regex (17) computation expression (15) wpf (20) reflection (19) lists (15) algorithms (25) async (98) learning f# (16) array (22) agent (20) tryfsharp (48) tutorial (17) dsl (23) collections (16) pattern matching (15) math (35) lazy (20) quotations (21) string (29)

View all...

Database contains 3208 snippets out of which 1719 is public.