Reason (programming language)

Reason, also known as ReasonML, is a syntax extension and toolchain for OCaml created by Jordan Walke, who also created React, at Facebook.[2] Reason offers a syntax familiar to JavaScript programmers, and transpiles to OCaml. Statically typed Reason (or OCaml) code may be compiled to dynamically typed JavaScript using the ReScript compiler.[3]

Reason
Designed byJordan Walke
First appearedMay 16, 2016 (2016-05-16)[1]
Stable release
3.6.0 / March 5, 2020
LicenseMIT License
Filename extensions.re, .rei
Websitereasonml.github.io

The Reason community officially provides ReasonReact as a solution for React based web applications.[4][5]

See also

  • Elm: a functional language that uses an abstraction called ports to communicate with JavaScript
  • PureScript: a strongly-typed, purely-functional programming language that compiles to JavaScript

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.