/cont-examples

Coroutine-style web handler investigations in Clojure

Primary LanguageClojure

cont-examples

Some tiny, sketchy experiments with various methods of building coroutine style web handlers.

  • continuation monad from algo.monads
  • core.async based channels
  • more to come...