Micro

119 posts

(Untitled)

Having to reimplement basic functionality is not as illuminating as reading and understanding a professional programmer’s implementation of it – “learn by doing” is good for muscular training.  Progra…

(Untitled)

Macros are a simple mechanism for generating code, in other words, automating programming. Unless your system includes a better mechanism for automating programming (so far, I have not seen any such m…

(Untitled)

Most computers today, for all of their potential speed, are largely a mistake, based on the provenly unscalable Von Neumann architecture, controlled with one of the most shortsighted languages of all…

(Untitled)

… an important point here about what a program is.  Does it cause action by subjecting a static machine that otherwise does nothing to a list of instructions, or is it static data that is accepting by…

(Untitled)

Above all the wonders of Lisp’s pantheon stand its metalinguistic tools; by their grace have Lisp’s acolytes been liberated from the rigid asceticism of lesser faiths. Thanks to Macro and kin, the jol…

(Untitled)

I have briefly looked at Arc.  It is yet another demonstration of the problem of too strong an ego that cannot live with what somebody else has made.  Be it the standard conditionals, nil versus false…

(Untitled)

A common analogy for a resistor is a pipe that carries water. The water itself is analogous to electrical charge, the pressure at the input of the pipe is similar to voltage, and the rate of flow of t…