Snippets created by einblicker

  • Coroutine

    An implementation of Coroutine by using a continuation monad. It's using a monad library [1]. [1] https://github.com/fsharp/fsharpx

    7 people like this

    Posted: 12 years ago by einblicker

  • Clojure-like lambda function syntax

    This snippet implements a Clojure-like lambda function syntax using Code Quotations. However, this implementation is slow and, moreover, not type-safe. So I'm looking for a way to solve the issues.

    5 people like this

    Posted: 12 years ago by einblicker