Recent snippets

Popular snippets

  • Association list lookup

    While prototyping programs I find myself using association lists. This little snippet defines a lookup functions for association lists defined as lists of tuples.

    68 people like this

    Posted: 15 years ago by Alex Muscar

  • 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

  • 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.

    75 people like this

    Posted: 15 years ago by Tomas Petricek

Snippets by tags

html (16) computation builder (17) string (29) agent (20) wpf (20) quotations (21) math (35) algorithms (25) lazy (20) f# (43) fold (22) seq (54) silverlight (22) tutorial (17) array (22) tryfsharp (48) list (56) generic programming (17) dsl (23) pattern matching (15)

View all...

Database contains 3208 snippets out of which 1719 is public.