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

  • NUnit Sugar

    Some simple functions for writing more idiomatic F# tests with NUnit.

    91 people like this

    Posted: 15 years ago by Ryan Riley

  • Implementing active objects with a MailboxProcessor

    Mailbox processors can easily be used to implement active objects. This example shows how to do that with a reusable wrapper type and minimal boilerplate code in the actual class definitions. Supports both asynchronous calls and synchronous calls. For the latter case, exceptions are automatically propagated back to the caller.

    92 people like this

    Posted: 15 years ago by Wolfgang Meyer

Snippets by tags

collections (16) quotations (21) array (22) fold (22) sequences (48) http (18) parsing (28) kata (17) algorithms (25) seq (54) web (29) recursion (33) silverlight (22) regex (17) f# (43) game (32) sequence (32) async (98) tryfsharp (48) tutorial (17)

View all...

Database contains 3208 snippets out of which 1719 is public.