Reason (programming language): Difference between revisions

Content deleted Content added
WP:REFerence WP:CITation add, parameters fill.
ReScript no longer works with Reason syntax, added notes about bucklescript fork to Melange.
Line 24:
Reason was originally compiled to JavaScript using the BuckleScript compiler,<ref>{{cite web |url=https://www.bloomberg.com/company/press/open-source-at-bloomberg-introducing-bucklescript/ |title=BuckleScript |website=bloomberg|access-date=2022-09-11}}</ref> which was created at [[Bloomberg L.P.]]
 
In 2020, the BuckleScript and Reason toolchain was rebranded to [[ReScript (programming language)|ReScript]], essentially creating a separate language that had different syntax from Reason and only compiled to JavaScript.<ref>{{cite web |url=https://rescript-lang.org/blog/bucklescript-is-rebranding |title=BuckleScript & Reason Rebranding |website=rescript-lang|access-date=2022-09-11}}</ref>
 
BuckleScript was forked to Melange<ref>{{Cite web |date=2023-06-02 |title=ANN: Melange 1.0 – compile OCaml / ReasonML to JavaScript |url=https://discuss.ocaml.org/t/ann-melange-1-0-compile-ocaml-reasonml-to-javascript/12305 |access-date=2024-05-24 |website=OCaml |language=en}}</ref> to continue to support compiling OCaml to JavaScript.
The ReScript compiler continues to support Reason syntax, and the two languages share that part of the toolchain.
 
== See also ==