An open API service indexing awesome lists of open source software.

https://github.com/mpenet/cljque


https://github.com/mpenet/cljque

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cljque is experimental and unstable

Cljque - experiments in event-based architectures in Clojure

Cljque is pronounced "clique" or "click"

by Stuart Sierra, http://stuartsierra.com/

Copyright (c) Stuart Sierra, 2010. All rights reserved. The use and
distribution terms for this software are covered by the Eclipse Public
License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
be found in the file LICENSE.html at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license. You must not remove this notice, or any
other, from this software.

Overview
========================================

Goals: See [Promises](http://dev.clojure.org/display/design/Promises) and [Asynchronous Events](http://dev.clojure.org/display/design/Asynchronous+Events) on the Clojure wiki

Inspirations / References
========================================

[Netty](http://www.jboss.org/netty)

[Reactive Extensions for .NET (Rx)](http://msdn.microsoft.com/en-us/devlabs/ee794896)

[101 Rx Samples](http://rxwiki.wikidot.com/101samples)

[RxDG] [Rx Design Guidelines](http://blogs.msdn.com/b/rxteam/archive/2010/10/28/rx-design-guidelines.aspx)