Recent snippets

Popular snippets

  • Haskell function : iterate

    Implements iterate function from Haskell's Prelude. The function generates an infinite sequence by applying a function to the initial value (first) and then to the result of previous application.

    203 people like this

    Posted: 15 years ago by Nick Palladinos

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

    74 people like this

    Posted: 15 years ago by Tomas Petricek

Snippets by tags

generic programming (17) computation builder (17) design patterns (18) tryfsharp (48) regex (17) sequences (48) tutorial (17) sequence (32) monad (24) math (35) html (16) http (18) pattern matching (15) wpf (20) seq (54) game (32) mailboxprocessor (27) f# (43) staging (18) lists (15)

View all...

Database contains 3208 snippets out of which 1719 is public.