Little Lisp is an interpreter that supports function invocation, lambdas, lets, ifs, numbers, strings, a few library functions, and lists. I wrote it for a l... (more…)
Read more »
:book: Notes on the seminal "JavaScript the Good Parts: by Douglas Crockford - GitHub - dwyl/Javascript-the-Good-Parts-notes: Notes on the seminal "JavaScript the Good Parts: by Douglas C... (more…)
Read more »
JavaScript is particularly difficult to implement efficiently because most of its expressions have all sorts of different meanings that involve all sorts of ... (more…)
Read more »
A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »
The AI-ready formatter that helps you write and generate code faster. - haydenbleasel/ultracite... (more…)
Read more »