Fast and precise type checking for JavaScript Chaudhuri et al., OOPSLA’17 In this paper we present the design and implementation of Flow, a fast and precise type checker for JavaScript that is used… (more…)
Read more »
I've seen some programmers try to avoid the humble for loop at all costs, in
favor of more functional abstractions. I'm going to argue that the for loop
is sometimes simply the best option. That doesn't mean you should always use it
-- far from it -- but ... (more…)
Read more »
CLUI is a collection of JavaScript libraries for building command-line interfaces with context-aware autocomplete. - replit/clui... (more…)
Read more »
It was New Years Day, 2018. I knew that I had to make a career change but I just didn't know where to... (more…)
Read more »
The global property Infinity is a numeric value representing infinity. (more…)
Read more »