Abstract Heresies
Unorthodox opinions on computer science and programming.
Thursday, January 19, 2012
A bit more challenging
›
In my previous post , I gave the puzzle of taking a pattern and generating code that matches it. The tricky part was making sure that the p...
Sunday, January 15, 2012
Slightly trickier
›
In my previous post , I gave a small pattern matching problem. It is easily solved by recursively descending the pattern and the object to ...
1 comment:
Friday, January 13, 2012
A small puzzle
›
Here's a quick little puzzle that isn't too hard. A pattern is: A symbol, number, boolean, or null (an atom). A pattern variable...
3 comments:
Wednesday, November 23, 2011
›
Imagine that we have a boatload of memory and we're nowhere near the limit. Suppose, too, that we allocate memory simply by bumping the...
Friday, November 18, 2011
Little's Law and the weak generational hypothesis
›
Theorem: The mean lifetime of a heap allocated object is equal to the mean amount of reachable storage. Proof: This is Little's Law...
Wednesday, November 16, 2011
Little's Law and Lisp
›
We model the Lisp heap as a queuing system. A “queuing system” consists of discrete objects we shall call “items” that “arrive” at some ra...
Tuesday, November 15, 2011
Little's Law
›
In Chapter 5 of Building Intuition: Insights from Basic Operations Management Models and Principles , edited by D. Chhajed and T. J. Lowe, S...
‹
›
Home
View web version