constantly.atsome random musingsSBCL streams- May 7, 2005 Live surgery and development on running programs is SOP in Lisp.&160; Still, it's a bit scarier when the program under development is the Lisp environment itself, and scarier still when the surgery is done on streams, i.e. the means used to communicate with the developer. Therefore, I've bailed and defined a "constant-stream" structure that inherits from fd-streams but is initialized with a constant octet sequence that can be read out.&160; That way, I can copy-and-paste certain code...http://constantly.at/archives/000114.html |