1 Jul 2004 04:28
sbcl-mt: princ does not strings well
Liam Healy <lnp <at> healy.washington.dc.us>
2004-07-01 02:28:48 GMT
2004-07-01 02:28:48 GMT
Package: sbcl-mt Version: 0.8.28+really.0.8.10.48-1 Severity: normal Strings get garbled up in princ: > sbcl-mt -noinit This is SBCL 0.8.10.48, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (princ "one line" t) "one line" * (princ "line one line two line three" t) one lineline one line two "line one line two line three" * (quit) line three> Looks like maybe the last (or only) line doesn't get flushed until the next(Continue reading)
RSS Feed