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: 12 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: 15 years ago by Neil Carrier

  • Minimal XML DSL

    This snippet provides a very small internal DSL for creating and querying XML using the underlying XLinq classes.

    374 people like this

    Posted: 15 years ago by Blake Coverett

Snippets by tags

sequences (48) html (16) dsl (23) algorithms (25) array (22) f# (43) web (29) staging (18) list (56) pattern matching (15) recursion (33) collections (16) learning f# (16) math (35) fold (22) regex (17) monad (24) json (16) seq (54) reflection (19)

View all...

Database contains 3209 snippets out of which 1719 is public.