Hacker News new | ask | show | jobs
by orra 2141 days ago
Thanks. I guess the thing I didn't understand was where this leaves Reason: what is left under the Reason banner? But a fork would explain the overlap.
2 comments

Lots of things are under the Reason banner:

- The Reason syntax at https://github.com/facebook/reason

- Esy, the npm-like Opam-compatible package manager at https://esy.sh/

- Reason native tooling in https://reason-native.com/

- Not forgetting that Dune and Odoc, two standard tools in the OCaml ecosystem, both support Reason syntax.

EDIT: and I forgot about the various editor plugins which provide Reason support, the most well-known is probably https://marketplace.visualstudio.com/items?itemName=jaredly....

Reason is still an alternative syntax to OCaml for native development, although I have no idea how many people actually use it for that.