This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


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

Re: [comp.lang.scheme] Re: I'm allergic to anything Java


thi wrote:
> 
> anyone want to port brl to guile?
> 
> thi

I was looking at doing that very thing.  The older 1.x brl (non java)
just copied the text file, interpreting scheme code between [ ] pairs
with a read and eval.  The newer 2.x brl that is java based has a
modified scheme reader that skips over ] [ pairs.  It's kind of like
co-routines between html and scheme.  I thought maybe something
could be done using read-hash-extend, decided it wouldn't work, and
stopped there.  Since then I have been busy doing Real Work.

-Dale

-- 
Dale P. Smith
Altus Technologies Corp.
dsmith@altustech.com
400-746-9000 x309

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