Reason (programming language): Difference between revisions

Content deleted Content added
SdkbBot (talk | contribs)
No edit summary
Line 18:
'''Reason''', also known as '''ReasonML''', is a [[syntax (programming languages)|syntax]] extension and [[toolchain]] for [[OCaml]] created by Jordan Walke, who also created [[React (web framework)|React]], at [[Facebook]].<ref>{{Cite web|url=http://2ality.com/2017/11/about-reasonml.html|title=What is ReasonML?|website=2ality|access-date=2019-03-23}}</ref> Reason offers a syntax familiar to [[JavaScript]] programmers, and compiles to native code using OCaml's compiler toolchain. Reason code may also be compiled to [[JavaScript]] using the ''ReScript'' compiler.<ref>{{Cite web|title=Overview {{!}} ReScript Documentation|url=https://rescript-lang.org|access-date=2020-08-10|website=rescript-lang.org|language=en}}</ref>
 
The Reason community officially provides ReasonReact as a solution for [[React (web framework)|React]] -based web applications.<ref>{{cite web |url=https://reasonml.github.io/reason-react/en/ |title=ReasonReact |website=[[GitHub]]}}</ref>
 
== BuckleScript and ReScript ==
Line 41:
* [https://reasonml.github.io/ Official website]
* [https://reasonml.github.io/reason-react/ ReasonReact]
* {{GitHub|reasonml/reason}}
 
{{Programming languages}}