[plt-scheme] quasiquote confusion with printable<%> interface
definitely!
On Dec 9, 2009, at 11:44 AM, Robby Findler wrote:
> Oh boy! That's a subtle bug! I think that explains what Todd was
> seeing. unqoute was being locally shadowed (as a field).
>
> Perhaps inherit field should have signalled an error that unquote
> wasn't in the superclass?
>
> Robby
>
> On Wed, Dec 9, 2009 at 10:22 AM, Anthony Cowley <acowley at seas.upenn.edu
> > wrote:
>> On Wed, Dec 9, 2009 at 8:04 AM, Todd O'Bryan <toddobryan at gmail.com>
>> wrote:
>>> Here's a CharField%:
>>>
>>> (define CharField%
>>> (class Field%
>>> (init-field
>>> max-length)
>>> (inherit-field backend, name)
>>
>> Is that comma intentional?
>>
>> Anthony
>> _________________________________________________
>> For list-related administrative tasks:
>> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme