From 5e2b132264acdeeae5f130aaf3a51a397426b9c5 Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Fri, 1 Dec 2023 23:01:41 +0100 Subject: [PATCH] De prio reasonconf us --- docs/what-and-why.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.