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: 6 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T19:51:50.000Z (8 months ago)
- Last Synced: 2025-04-03T02:05:09.703Z (7 months ago)
- Topics: clojure, clojurescript, reactive-streams
- Language: Clojure
- Homepage:
- Size: 528 KB
- Stars: 725
- Watchers: 27
- Forks: 29
- 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 [