ReasonML Resources

Curated Lists

  • Awesome ReasonML. A little out of date - this repo is an attempt to collate current state with the intention of PR-ing useful stuff back to the ARL repo at some point...

Reference

Google isn't indexing the above two at all well as things stand, dead links or GitHub repo come up first.

Internals

OCaml

Basics

Examples

  • OsciBlog Markdown Parser. Actual top-down parser (vs most MD parsers) written in OCaml. Extremely compact code, extremely fast.

Books

OCaml-specific. Use reason-tools in Chrome/Firefox to convert OCaml code to Reason syntax in-browser.

Examples

Tutorials/Walkthroughs