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.

    107 people like this

    Posted: 12 years ago by Antonio Cisternino

  • Split a list

    Three ways to split a list in half (but not necessarily in the middle). A forth version added that's very short and should be fast, as we only use List.fold. New champ found.

    80 people like this

    Posted: 12 years ago by Dmitri Pavlenkov

  • Read only ref

    F# implementation of RO_ref from the "Effective ML" talk.

    86 people like this

    Posted: 12 years ago by fholm

Snippets by tags

game (32) staging (18) design patterns (18) web (29) generic programming (17) dsl (23) learning f# (16) tutorial (17) sequences (48) computation builder (16) f# (43) collections (16) parsing (28) lists (14) wpf (20) string (27) pattern matching (15) reflection (19) http (18) lazy (20)

View all...

Database contains 3165 snippets out of which 1705 is public.