SBCL: the ultimate assembly code breadboard
Summary
A technical blog post discussing SBCL and experimental VM design: emitting machine code, primops, and a rotating stack to minimize data movement. It covers NEXT-style dispatch, code pages, and conditional and loop constructs in a Lisp environment, with hands-on experiments and performance notes.