Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning Talk: Leverage Complete and Sound Type System for Frontend Development with Rescript #19

Open
dingyuchen opened this issue Jan 26, 2022 · 0 comments

Comments

@dingyuchen
Copy link
Contributor

dingyuchen commented Jan 26, 2022

Synopsis

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. Typescript allows for type annotations to make Javascript safer, but by design, the type system is not sound. Rescript adds on to that by having a sound and complete type system, allowing both functional and imperative paradigms while also allowing Javascript interoperability. ReScript ftw.

What's In It For You

  • Avoid runtime type errors completely with a sound type system
  • Improve developer experience with lightning fast build times

Slides

https://docs.google.com/presentation/d/1GW8z0CoIoMUFsugITjBFWhfnH7bVXPse4PLdZoGVvpg/edit?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants