Arnab Senarnabsen.hashnode.net·Aug 21, 2022Hello World! in Rescript-ReactHello World! in Rescript React What is Rescript? 🤔 It is a language that combines the best parts of JS and OCaml. It has a compiler that compiles to JS and leverages OCaml’s static and sound type system. The compiler was originally named BuckleScrip...Discuss·8 likes·84 readsReact
webbureaucratwebbureaucrat.hashnode.net·Apr 17, 2023Parsing JSON in ReScript Part I: Prerequisites and RequirementsThere are few things more satisfying than a slick, readable, and safe JSON parser. It's one of the joys of functional programming. Using a good JSON parsing pipeline can feel like magic. This series seeks to lift the veil and empower readers (and, im...Discussrescript
webbureaucratwebbureaucrat.hashnode.net·Apr 20, 2023Parsing JSON in ReScript Part III: Getting to the PointAfter having established some requirements and some basic utilities, we're ready for the fun part: putting the pieces together. At the end of this post, we will have our working parser. Writing our pipeline functions When we use our parsing library, ...Discussrescript
webbureaucratwebbureaucrat.hashnode.net·Apr 20, 2023Parsing JSON in ReScript Part III: Getting to the PointAfter having established some requirements and some basic utilities, we're ready for the fun part: putting the pieces together. At the end of this post, we will have our working parser. Writing our pipeline functions When we use our parsing library, ...Discussrescript
webbureaucratwebbureaucrat.hashnode.net·Apr 18, 2023Parsing JSON in ReScript Part II: Building BlocksThis is the second in a series of articles on how to build one's own, general-purpose parsing library. After having established a few expectations in the previous post, we are ready to begin building our utilities for our library. Let's start with so...Discussrescript
webbureaucratwebbureaucrat.hashnode.net·Apr 17, 2023Parsing JSON in ReScript Part I: Prerequisites and RequirementsThere are few things more satisfying than a slick, readable, and safe JSON parser. It's one of the joys of functional programming. Using a good JSON parsing pipeline can feel like magic. This series seeks to lift the veil and empower readers (and, im...Discussrescript
Arnab Senarnabsen.hashnode.net·Aug 21, 2022Hello World! in Rescript-ReactHello World! in Rescript React What is Rescript? 🤔 It is a language that combines the best parts of JS and OCaml. It has a compiler that compiles to JS and leverages OCaml’s static and sound type system. The compiler was originally named BuckleScrip...Discuss·8 likes·84 readsReact