JavaScript has the largest developer community but Rust was the fastest growing in the past year. (more…)
Read more »
In this blog post we’ll go through a sample implementation of a type checker, interpreter and a transpiler for a basic purely functional programming language, which is based on the lambda calculus. We will do a “full-stack” programming language developmen... (more…)
Read more »
Any time we need to run the same code multiple times for a set of data, and don’t want to just repeat the code over and over again, a loop is a perfect option. There are multiple types of loops, all of which accomplish a similar function but that go about... (more…)
Read more »
Private fields are a language feature being added to the JavaScript language through the TC39 proposal process. (more…)
Read more »