Marc, et al.,
I'm finishing writing an open-source book/library on Computation at Compile Time, using Gambit. Before I self-publish it, I would like feedback.
The book is about augmenting the compiler with the code which it is compiling, thus treating the compiler as an interpreter. Testing dominates the compile-time computation, as each procedure in the book is collocated with tests for that procedure. Should any test fail, the library does not get built.
Bill Six