I was going to write tonight…
February 21st, 2008
but I got distracted uploading a boat-load of photos. Look at them instead.
but I got distracted uploading a boat-load of photos. Look at them instead.
This is an interesting little function that I ran across in Kent Dybvig’s The Scheme Programming Language. I thought I would give it a go in javascript. I wrote it out, and ran into two problems. First, I wasn’t returning anything from the anonymous-self-executing function, so it was being garbage collected, and [...]