Home

Awesome

<h1 align="center"> <a href="https://rescript-lang.org/"> ReScript </a> </h1> <p align="center"> <strong>Fast, Simple, Fully Typed JavaScript from the Future.</strong> </p> <p align="center"> <a href="https://www.npmjs.org/package/rescript"> <img src="https://img.shields.io/npm/v/rescript?color=brightgreen&label=npm%20package" alt="Current npm package version." /> </a> <a href="https://github.com/rescript-lang/rescript-compiler/actions"> <img src="https://github.com//rescript-lang/rescript-compiler/workflows/CI/badge.svg" alt="Current Github Actions workflow status." /> </a> <a href="https://github.com/rescript-lang/rescript-compiler/blob/HEAD/LICENSE"> <img src="https://img.shields.io/badge/License-LGPL%20v3-blue.svg" alt="ReScript is released under the LGPL license." /> </a> <a href="https://twitter.com/intent/follow?screen_name=rescriptlang"> <img src="https://img.shields.io/twitter/follow/rescriptlang.svg?label=Follow%20@rescriptlang" alt="Follow @rescriptlang" /> </a> </p> <h3 align="center"> <a href="https://rescript-lang.org/docs/manual/latest/introduction">Introduction</a> <span> · </span> <a href="https://rescript-lang.org/docs/manual/latest/installation">Installation</a> <span> · </span> <a href="https://rescript-lang.org/try">Try Online</a> <span> · </span> <a href="https://forum.rescript-lang.org/">Forum</a> <span> · </span> <a href="CONTRIBUTING.md">Contribute</a> </h3>

ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript. It comes with a lightning fast compiler toolchain that scales to any codebase size.

ReScript is used by many companies to ship and maintain mission-critical products and is maintained by the ReScript community.

Contents

🎉 Getting Started

Follow the Installation Guide to set up a new ReScript project or integrate ReScript into your existing JavaScript project.

For more information on building React apps with ReScript, see the rescript-react documentation.

For React Native apps, see the rescript-react-native website.

📖 Documentation

The full documentation for the ReScript language can be found on our website.

The source for the ReScript documentation and website is hosted in a separate repo.

🚀 Upgrading

See the Upgrading Guide for instructions on upgrading to newer ReScript versions.

👏 How to Contribute

Contributing Guide

Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to ReScript.

Code of Conduct

The ReScript community has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Roadmap

You can learn more about our vision for ReScript in the Roadmap.

Discussions

For discussions on ongoing development, see the Development section of the ReScript forum.

📄 License

ReScript is licensed under LGPL version 3, with relaxed rules about creating and distributing combined work. See the LICENSE file for details.

The ReScript parser (subdirectory jscomp/syntax) is licensed under the MIT License.

The ninja subdirectory contains the vendored ninja build system. Refer to its copyright and license notices for information about its licensing.

🏅 Acknowledgments

ReScript was originally created by Hongbo Zhang in 2015.

See CREDITS.md for further acknowledgements and project history.