Recent snippets

Popular snippets

  • Top-Down-Operator-Precedence Parser

    F# implementation of a generic Top-Down-Operator-Precedence Parser as described in this paper http://portal.acm.org/citation.cfm?id=512931 Example starts at line ~300

    89 people like this

    Posted: 14 years ago by fholm

  • 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

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

    83 people like this

    Posted: 14 years ago by Dmitri Pavlenkov

Snippets by tags

async (98) quotations (21) json (16) pattern matching (15) sequence (32) math (35) game (32) list (56) recursion (33) kata (17) lists (15) seq (54) string (29) parsing (28) computation builder (17) wpf (20) agent (20) computation expression (15) tryfsharp (48) html (16)

View all...

Database contains 3207 snippets out of which 1719 is public.