guile-user
[Top][All Lists]
Advanced

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

Re: list building


From: Thien-Thi Nguyen
Subject: Re: list building
Date: Wed, 14 Jan 2004 01:40:34 +0100

   From: Brian S McQueen <address@hidden>
   Date: Tue, 13 Jan 2004 16:11:23 -0800 (PST)

   [set! set! set!]

   This seems very awkward.

hey give your intution some credit.  it *IS* indeed very awkward!

   How should I go about building a list a
   string at a time?

generalize the problem: build a tree and then walk it (once) on
"output".  see html-data.scm and flatten.scm in this directory:

http://www.glug.org/people/ttn/software/
       ttn-pers-scheme/dist/0.32/ttn/    (split into two lines)

for example.  for an extremely elaborate example, look at LAML.

thi




reply via email to

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