Search Results

5
votes

Other examples of magical calculations

There is a book which gathers many of those 'magic tricks' and that may be interesting for you: The Hacker's Delight …
8
votes

Why is reflection called reflection instead of introspection?

There is an interesting answer on the french wikipedia article for Reflection (here) Reflection can b …
0
votes

How much of the compiler should we know?

I think that what is really really important is to make an interpreter: it gives you more insight of programming languages, and that's what you use... In scheme it is actually rnot hard at to make …