A note writing application for teaching and sharing ReasonML code with inline evaluation.
This project uses rtop-evaluator for evaluating the input. The evaluator loads refmt & js_of_ocaml compiler as a web worker in the browser. We're not using BuckleScript since it currently doesn't support toplevel evaluation. That means BuckleScript modules like Js
are not available, and instead one has to run functions from the OCaml stdlib like print_string
. Belt however works well with js_of_ocaml and support is coming soon!
See DEVELOPING.md for more information
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
Apache 2.0. See the included LICENSE file for more information