Abstract Heresies
Unorthodox opinions on computer science and programming.
Saturday, August 29, 2009
Temerity
›
I added a column to my Scheme Implementation spreadsheet. That is ‘Arbitrary Metric A’ As the name suggests, it is arbitrary. However, it i...
Friday, August 28, 2009
Stupid software
›
I'm getting old and I can't work these newfangled “web” applications. Let me try again. http://spreadsheets.google.com/pub?key=twR...
8 comments:
Thursday, August 27, 2009
A list of Scheme implementations
›
I've made a list of Scheme Implementations at this incredibly ugly URL: http://spreadsheets.google.com/ccc?key=0Aozj6rF-PmISdHdSU1duajFo...
5 comments:
Saturday, August 22, 2009
A harder puzzle
›
The previous puzzle was inspired by this one: (define (f l) (if (null? l) #f (let ((r (fold-left kernel k0 l))) (f (...
1 comment:
Friday, August 21, 2009
A small puzzle
›
I got this from Marshall Spight today. (define (f a b) (if (zero? b) a (f (logxor a b) (* (logand a b) 2)))) Q: F ...
4 comments:
Tuesday, August 18, 2009
Hyperspec search engine
›
For those of you who like this sort of thing, I have a “Google Custom Search Engine” for searching the Hyperspec and the AMOP . You can pu...
Saturday, August 8, 2009
I'm on You Tube
›
I was an extra in this very short commercial.
2 comments:
‹
›
Home
View web version