bordoley / rx-reason

Reactive programming library for ReasonML/OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add docs to all rei files

bordoley opened this issue · comments

commented
Add docs to all rei files

What would this entail? Adding inline comments and then export the files to redoc or something to that effect?

commented

Probably, though writing docs at this point isn’t a high priority. The API likely needs to be reworked a bit. What is your interest in this library? if you are targeting javascript, I recommend writing bindings to rxjs. it’s not possible to write a performant implementation in bucklescript that matches rxjs’s performance. This is due to optimizations in js runtimes that are designed to optimize js classes. If you are looking for a native ocaml library, I’m going to look into reworking this library for that use case in the future.

Ah okay. My interest is to help with anything I am capable of. In general, learning Reason and seeing how different paradigms fit into its type system. Interested in seeing how you carry this project further in the next iteration!