Recent snippets

Popular snippets

  • 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: 11 years ago by Muhammad Mugees Asif

  • Continuation-Passing Mnemonics

    Continuations provide a means whereby heap space can be traded for stack depth (heap space being generally more plentiful than stack depth). They are especially useful where tail recursion is not possible. Here are a couple of simple continuation examples that can be extended to cover more complex scenarios.

    100 people like this

    Posted: 14 years ago by Neil Carrier

  • 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: 14 years ago by Alex Muscar

Snippets by tags

design patterns (18) computation builder (17) wpf (20) agent (20) silverlight (22) seq (54) learning f# (16) fold (22) math (35) web (29) pattern matching (15) http (18) staging (18) html (16) lists (15) collections (16) list (56) sequences (48) mailboxprocessor (27) computation expression (15)

View all...

Database contains 3206 snippets out of which 1719 is public.