In Part 1 of this accidental series, I provided a first draft of an implementation of ensure-class-using-metaclass… Unsurprisingly, the first version had some issues.
Continue readingIn Paradigms of Artificial Intelligence Programming: Case studies in Common Lisp (PAIP), Peter Norvig gives the following six maxims of good style: …
Continue reading
… Well, time for an experiment. I’ve previously noted that I find the design of ENSURE-CLASS-USING-CLASS odd…
Continue readingMost uses of FORMAT either supply a stream or NIL as the destination argument. However, FORMAT can also take a string with a fill-pointer …
Continue reading