Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonoel/missionary
A functional effect and streaming system for Clojure/Script
https://github.com/leonoel/missionary
clojure clojurescript reactive-streams
Last synced: 4 days ago
JSON representation
A functional effect and streaming system for Clojure/Script
- Host: GitHub
- URL: https://github.com/leonoel/missionary
- Owner: leonoel
- License: epl-2.0
- Created: 2018-06-02T13:33:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T09:23:57.000Z (about 1 month ago)
- Last Synced: 2024-12-10T16:05:50.648Z (11 days ago)
- Topics: clojure, clojurescript, reactive-streams
- Language: Clojure
- Homepage:
- Size: 491 KB
- Stars: 680
- Watchers: 28
- Forks: 27
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - missionary
- awesome-clojure - missionary - a reactive dataflow programming toolkit (Awesome macros usage)
README
# Missionary – a functional effect and streaming system for Clojure/Script
Missionary is a reactive dataflow programming toolkit providing referentially transparent operators for lazy continuous signals, eager discrete streams, and IO actions. Missionary aims to improve over state-of-the-art reactive systems, it can be used as a general-purpose asynchronous programming toolkit but also as a basis for event streaming and incremental computations.
```clojure
(require '[missionary.core :as m])(def !input (atom 1))
(def main ; this is a reactive computation, the println reacts to input changes
(let [