Skip to content

Some push sequence operators built with Clojure's core.async

Notifications You must be signed in to change notification settings

brandonbloom/asyncx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asyncx

An abandoned Clojure experiment to provide Rx-style operations over core.async channels.

See src/asyncx/core.clj for what's available. Cross reference with my notes and MSDN.

Status: A Bad Idea

I've learned a lot in writing this library. If I were to do it again, I wouldn't persue anything resembling Rx. As is, I certainly wouldn't run this code in production nor view it as a exemplarly core.async usage.

Furthermore, this was written before core.async channels became transducers-aware. Use that instead!

License

Copyright © 2013 Brandon Bloom

Distributed under the Eclipse Public License, the same as Clojure.

About

Some push sequence operators built with Clojure's core.async

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published