https://github.com/mpenet/cljque
https://github.com/mpenet/cljque
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpenet/cljque
- Owner: mpenet
- License: epl-1.0
- Fork: true (stuartsierra/cljque)
- Created: 2013-04-07T16:06:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T16:08:06.000Z (almost 13 years ago)
- Last Synced: 2025-08-13T17:49:07.883Z (5 months ago)
- Language: Clojure
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.html
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)