5 things I have gained from SICP: Section 1.2


What I learnt from Chapter 1.2 of the SICP book. A needed pause to reflect on knowledge gained before diving into 1.3.

How to add in programming languages


This is a tongue-in-cheek attempt to expose programming language expressiveness.

Understanding reduce with JavaScript Arrays


Programming involves manipulating collections of various things. Operations on collections include aggregating values, conversion into other formats and data replacement.