Recent snippets

Popular snippets

  • 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

  • Exploring Population Data

    Learn Key Principle of F# in just a few minutes with the following Sample of "World Bank Type Provider - Exploring Population Data"

    383 people like this

    Posted: 12 years ago by Muhammad Mugees Asif

  • Dynamic operator using Reflection

    Demonstrates how to implement the dynamic operator (?) using .NET Reflection. The implementation supports calling constructors, propreties and methods using simple overload resolution (based on parameter count). It handles instance as well as static members.

    74 people like this

    Posted: 15 years ago by Tomas Petricek

Snippets by tags

learning f# (16) tryfsharp (48) fold (22) monad (24) wpf (20) math (35) generic programming (17) mailboxprocessor (27) lists (15) kata (17) list (56) recursion (33) quotations (21) staging (18) collections (16) seq (54) algorithms (25) sequences (48) tutorial (17) parsing (28)

View all...

Database contains 3208 snippets out of which 1719 is public.