1. Is memq broken? memq is an in-built list search function; it finds the first occurrence of a key in a list and returns a new list starting from that key. Now that you know what memq does, lets look at some weird behaviour Building on that foundation leads to the following conundrum memq tests whether the key exists in the … Continue reading SICP Section 3.3 – 3.5 : Found a bug in memq
Category: Scheme
JS and Scheme, the similarities
The resemblance between JS and Scheme is not surprising considering that Scheme was one of the major influences for the JS language.
SICP Section 2.2: New ideas and thoughts about programming
5 things to learn from the SICP book