staltz / xstream

An extremely intuitive, small, and fast functional reactive stream library for JavaScript
http://staltz.github.io/xstream/
MIT License
2.37k stars 137 forks source link

ReasonML bindings #251

Closed italonascimento closed 6 years ago

italonascimento commented 6 years ago

Is there already any effort being put on creating bindings for ReasonML?

If not, I'd like to contribute, as I already created some bindings to use on a personal project.

staltz commented 6 years ago

Hi! Can it be created in a separate repo? :)

italonascimento commented 6 years ago

Yes, it can. And it can be published to npm as an independent package.

staltz commented 6 years ago

Good! So I recommend publishing it separately from xstream. Let us know when it's done. :)

italonascimento commented 6 years ago

Here it is: https://github.com/italonascimento/reason-xstream

Still need to document everything though, as the usage is slightly different for some operators and factories.

I'll try to publish and start documenting it latter this week. :)