Recent snippets

Popular snippets

  • 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

  • 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

    90 people like this

    Posted: 15 years ago by fholm

  • Read only ref

    F# implementation of RO_ref from the "Effective ML" talk.

    93 people like this

    Posted: 15 years ago by fholm

Snippets by tags

mailboxprocessor (27) design patterns (18) staging (18) list (56) array (22) sequence (32) recursion (33) tutorial (17) quotations (21) fold (22) regex (17) wpf (20) agent (20) silverlight (22) lazy (20) seq (54) http (18) kata (17) f# (43) pattern matching (15)

View all...

Database contains 3208 snippets out of which 1719 is public.