guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libguile/print.c fixes


From: Rob Browning
Subject: Re: libguile/print.c fixes
Date: Mon, 05 May 2003 20:28:17 -0500
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux)

address@hidden (Paul Jarc) writes:

> Symbol names containing \ don't strictly need to be printed in
> #{this}# style, but it would significantly simplify the code if they
> were.  Any objections?

Not sure.  It's nice to avoid the escaping when you don't need it, but
I'm not sure how much complexity that introduces.

If we have to scan the symbol at construction time anyway, I wonder if
there's any clever way we could just set a flag (bit) that says
whether or not the symbol name needs escape encoding when we create
it?  Do we have any unused symbol bits lying around?

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]