This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LispReader


Per Bothner <per@bothner.com> writes:

> The InPort readState field is used to change the prompt string.  A 
> cleaner solution would be to add a way to addociate proporties with 
> with a InPort or perhaps a LineBufferedReader, like we do for 
> Procedure. 

I hadn't had time to look at it yet, but I remember the issue.

At first glance I was affraid that the InPort might be adding logic
to the stream and carrying some state in readState.

I understand that it could be set on a props table for the object,
but what I'm not sure about is why readState can't be a member of
LispReader?


Nic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]