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

  • Minimal XML DSL

    This snippet provides a very small internal DSL for creating and querying XML using the underlying XLinq classes.

    374 people like this

    Posted: 15 years ago by Blake Coverett

  • Filtering lists

    Two functions showing how to filter functional lists using the specified predicate. First version uses naive recursion and the second one is tail-recursive using the accumulator parameter.

    77 people like this

    Posted: 15 years ago by Tomas Petricek

Snippets by tags

reflection (19) mailboxprocessor (27) wpf (20) sequences (48) tutorial (17) learning f# (16) game (32) generic programming (17) regex (17) monad (24) array (22) pattern matching (15) silverlight (22) quotations (21) string (29) computation expression (15) parsing (28) lists (15) fold (22) lazy (20)

View all...

Database contains 3208 snippets out of which 1719 is public.