jankronquist / transrx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transducers + RxJava

Note: This is just a playground for experimentation!

After seeing Rich Hickey's presentation about Transducers I started experimenting with applying transducers to RxJava. I got a simple example working with a stream of integers where I can apply map, filter and mapcat as transducers.

About


Languages

Language:Clojure 100.0%