Hi,
I need to replace a horrible mess of character stream vs binary stream code at work and flexi-streams looks like it will help clean all this up nicely. LispWorks (4.3.7 on Linux) was complaining about flexi-output-streams not being output-streams because the superclasses are incorrect---here's a patch:
Thanks, James