You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _blogposts/2024-09-30-release-11-1-5.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ ReScript version 12 is well under way and we're working hard to streamline our p
52
52
- 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
53
53
-[ReScript Core](https://github.com/rescript-association/rescript-core) moves into the compiler and becomes the standard library
54
54
- Streamlined and improved TypeScript \<-> ReScript interop through a revamp of Gentype
55
-
55
+
- First classing dictionaries (`dict<'t>`) in the compiler, including supporting pattern matching and actual syntax for creating dicts, all zero cost
56
56
...and many more things. More blog posts on v12 to follow!
57
57
58
58
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.
0 commit comments