Recent snippets

Popular snippets

  • 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

  • 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: 15 years ago by Tomas Petricek

  • Command pattern for Redo-Undo II

    This command redo-undo implement group the command under Do/Undo category.

    70 people like this

    Posted: 14 years ago by Tao Liu

Snippets by tags

design patterns (18) array (22) wpf (20) game (32) generic programming (17) math (35) list (56) web (29) f# (43) tryfsharp (48) learning f# (16) silverlight (22) staging (18) algorithms (26) agent (20) html (16) computation expression (15) mailboxprocessor (27) kata (17) lists (15)

View all...

Database contains 3207 snippets out of which 1719 is public.