Skip to content

Commit

Permalink
De prio reasonconf us
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Dec 1, 2023
1 parent 13355cb commit 5e2b132
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/what-and-why.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ Notably versatile, Reason serves as an excellent choice for a range of applicati

## Why Use Reason?

<iframe
width="784"
height="432"
src="https://www.youtube.com/embed/5fG_lyNuEAw?si=HPFaMIMIX0Krn2wK"
title="Jordan Walke - Keynote ReasonConf US 2019"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>

**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.
Expand All @@ -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.

<iframe
width="784"
height="432"
src="https://www.youtube.com/embed/5fG_lyNuEAw?si=HPFaMIMIX0Krn2wK"
title="Jordan Walke - Keynote ReasonConf US 2019"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>

## 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.
Expand Down

0 comments on commit 5e2b132

Please sign in to comment.