Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use |> operator! #3

Closed
yuehhua opened this issue Apr 9, 2017 · 2 comments
Closed

Use |> operator! #3

yuehhua opened this issue Apr 9, 2017 · 2 comments

Comments

@yuehhua
Copy link

yuehhua commented Apr 9, 2017

I'm very excited to see this project!

Previously, I tried to implement Rx in julia. Then, I change my mind to implement additional functionality to Reactive.jl.

I plan to leverage the |> operator

result = from([1,2,3,4,5])
         |> map(x -> x + 1)
         |> subscribe()

but I'm busy recently...

@yuehhua
Copy link
Author

yuehhua commented Apr 9, 2017

OK~~It seems that someone had got this done.
Lazy.jl

@shashi
Copy link
Member

shashi commented Apr 9, 2017

Thanks @yuehhua! Nice to see your interest in this repo!

I haven't yet planned for this project to be as expansive as Rx (which I only know probably 10% of). I'm happy for now to have a type which lets me watch for changes to a value while allowing highest flexibility in how these objects can be programmed to work together.

@twavv twavv closed this as completed Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants