diff --git a/docs/what-and-why.md b/docs/what-and-why.md index 126e7b50a..ba72ce910 100644 --- a/docs/what-and-why.md +++ b/docs/what-and-why.md @@ -12,15 +12,6 @@ Notably versatile, Reason serves as an excellent choice for a range of applicati ## Why Use Reason? - - **Functional Programming** Reason is a practical functional programming language. Offers a powerful blend of functional programming capabilities, with optional support for mutation and side-effects, enhancing its practicality. @@ -45,6 +36,15 @@ JSX is part of the language. JSX is an embeddable XML-like syntax, used to descr Reason can be compiled to native, bytecode, and JavaScript, with an ongoing plan for WebAssembly. + + ## Different Environments Reason compiles to JavaScript thanks to our partner project, [Melange](compiling-to-js-with-melange.md), which compiles OCaml/Reason into JavaScript with smooth interoperability with JavaScript. Reason also compiles to fast, barebone assembly, thanks to OCaml itself.