- Introduction
- Functional Programming
- Video: Functional Programming Design Patterns
- Collection Pipelines: A rather general article by Martin Fowler about functional programming, collections and functions like map, reduce and filter.
- Ramda
- Frameworks & Libraries
- Percussion: Debugging tool for JS reactive programming libraries.
- Cycle Framework
- Highland.js
- Bacon.js
- Reactive Extensions
- Your Mouse is a Database
- RxJS
- rx-book
- RxVision: A visualizer / debugger for reactive streams
- Examples
- Videos
- Presentations
- Backpressure
- node.js Streams
- Daddy, what's a stream?
- Streams Standard
- readable-stream
- stream-handbook
- Node.js streams demystified
- Sources: everything that starts with "_stream"
- Functional Reactive Programming with the Power of Node.js Streams
- Implementing Streams
- ringbufferjs: a simple ring buffer data structure.
- Backpressure
- Transducers: Transducers are a powerful and composable way to build algorithmic transformations that you can reuse in many contexts
- Transducers are coming: The announcement by Rich Hickey
- Transducers Explained: Part 1: An introduction to transducers using JavaScript.
- transducers.js by James Long
- transducers-js by Cognitect Labs
- transduce: JavaScript transducers by Kevin Beaty
- How could we use transducers with Node.js streams?
- transduce-stream: Transform Streams with Transducers
- Transducers with Observable Sequences (RxJS)
- Transducers.js: A JavaScript Library for Transformation of Data
- CSP and transducers in JavaScript
- CSP Channels
Last active
April 28, 2024 08:52
-
-
Save dypsilon/0b5f38fd5e2ab2932c69 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment