The Lambda Calculus is a symbol manipulation framework developed by the mathematician Alonzo Church in the 1930s. It was intended to be an extremely tiny syntax which could nevertheless suffice to calculate anything computable. The mathematical advantage ... (more…)
Read more »
In JavaScript, a commonly touted principle for good performance is to avoid changing the shape of an object. (more…)
Read more »
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more. (more…)
Read more »
Gleam is a type safe and scalable language for the Erlang virtual machine, and
as of today’s v0.16.0 release Gleam compiles to JavaScript as well! (more…)
Read more »
After a few months writing Clojure I began writing Javascript again. As I was trying to write something ordinary, I had the following thoughts: They seemed unnecessary. But I imagine I’ve thought… (more…)
Read more »