deno ReScript on Deno: Declarative Command Line Tools In our last chapter, we learned how to use the Deno Flags module by binding to it in different ways. Today we will learn to build type-driven declarative APIs that provide amazing developer experiences for our library users.
typescript ReScript vs TypeScript: Building a Concurrent Queue library We'll write a mission-critical piece of code in both TypeScript and ReScript and compare the process and results, and find out what TypeScript still holds over ReScript!
deno ReScript on Deno: Command Line Tools and the Flags module We will learn how to bind to the Flags module in Deno's standard library to make it easy and type-safe to pass in arguments to our command-line tools.
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.
ebook Featured Practical ReScript eBook pre-orders are Open! Hello there, Developer! * Does your codebase feel like you're stitching together parts from different animals? * Find it takes longer and longer to change things as your codebase grows? * Have a hard time understanding where responsibilities begin and end? * Hear things like “abstract types” and “polymorphic variants”, but don’t know