Skip to content

ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

rescript-lang/rescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfd1fd4 · Jun 1, 2022
Nov 6, 2021
May 25, 2022
Jul 4, 2021
Jun 2, 2021
Jul 4, 2021
May 31, 2022
Feb 16, 2020
Jun 1, 2022
Jun 1, 2022
Jun 2, 2021
Jun 26, 2021
Jun 2, 2021
Jan 24, 2021
Oct 11, 2021
Jan 10, 2021
May 24, 2022
Jun 1, 2022
Jul 14, 2021
Jun 2, 2021
Mar 5, 2018
Oct 1, 2021
Nov 5, 2020
Dec 21, 2017
Feb 19, 2021
May 31, 2022
Apr 29, 2016
Apr 29, 2016
Jun 14, 2021
Mar 30, 2021
Mar 9, 2016
Mar 15, 2021
Aug 5, 2021
Sep 12, 2021
Mar 12, 2020
Feb 21, 2020
May 7, 2022
May 7, 2022
May 7, 2022
May 20, 2022
May 20, 2022
May 14, 2022

Repository files navigation

Overview

The compiler for ReScript: a statically typed functional language focused on shipping.

npm version Build Status

Installation

npm install --save-dev rescript

Contribution

See CONTRIBUTING.md.

Acknowledgments

  • Thanks to the OCaml team, obviously, without such a beautiful yet practical language, this project would not exist. The original type system was inherited from it with lots of modifications to fit with JS ecosystem better.
  • Thanks to ninja-build, ReScript also comes with a blazing fast build tool on top of it, ninja is a truly well engineered scalable build tool
  • Thanks to Bloomberg and Facebook. This project began at Bloomberg and was published in 2016; without the support of Bloomberg, it would not have happened. This project's funded by Facebook since July 2017

History

This project was originally created by Hongbo Zhang in 2015 and still actively maintained by Hongbo Zhang hosted at here

It was named BuckleScript and rebranded into ReScript in 2020. The major contributions from contributors include super_errors from Cheng and Cristiano, react_jsx_ppx from Ricky. Cristiano also contributed to several important patches in the upstream native compiler, in particular, the pattern match compilation.

More details are available here.

Licensing

See COPYING and COPYING.LESSER

The ocaml directory contains the official OCaml compiler (version 4.06.1). Refer to its copyright and license notices for information about its licensing.

The vendor/ninja.tar.gz contains the vendored ninja. Refer to its copyright and license notices for information about its licensing.

Note that OSS is for sharing of knowledge, but the authorship should be respected. Copyright headers in each file, Acknowledgements and History section in this file should be kept intact.

See Credits for more details.