Skip to content

Commit 1a86462

Browse files
fhammerschmidtzth
andauthored
Update _blogposts/2024-09-30-release-11-1-5.mdx
Co-authored-by: Gabriel Nordeborn <gabbe.nord@gmail.com>
1 parent 436cbe6 commit 1a86462

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_blogposts/2024-09-30-release-11-1-5.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ The compiler also received some improvements, mostly around error reporting, (un
4444
- [Windows 11 ARM Support](https://github.com/rescript-lang/rescript-compiler/pull/6813)
4545

4646
## v12 outlook
47+
ReScript version 12 is well under way and we're working hard to streamline our platform and development process more. A sneak peak of some of the things we're working on:
48+
- Uncurried only, making sure the generated JS is as fast and clean as possible
49+
- A new significantly faster (up to 60% faster in some cases) and more robust build system in [`Rewatch`](https://github.com/rescript-lang/rewatch), with full monorepo support
50+
- [ReScript Core](https://github.com/rescript-association/rescript-core) moves into the compiler and becomes the standard library
51+
- Streamlined and improved TypeScript <-> ReScript interop through a revamp of Gentype
52+
53+
...and many more things. More blog posts on v12 to follow!
4754

4855
We are deep in the process of removing a lot of legacy compiler internals as well as support for ml syntax. With v12, ReScript will be a language with just _one_ syntax, targeting _one_ platform and, ideally, _one_ standard library that ships with the compiler directly. We hope it will enable us to tailor ReScript even more to the JS platform.
4956

0 commit comments

Comments
 (0)