by example Featured Making the ReScript type system work for you (Part II) In this part, we will learn how to type simple functions and compound expressions.
rescript Making the ReScript type system work for you (Part I) The first step to getting the type checker to work for you is to understand how it works, what work it can and can't do.
deno Featured Exploring ReScript on Deno Since the rebrand of ReScript, it no longer has a blessed way for building and distributing ReScript tools as native applications. In this post, I explore how to use ReScript with Deno, the modern runtime for TypeScript and Javascript.