Re: : tables html dsssl column widths HELP!

Subject: Re: : tables html dsssl column widths HELP!
From: Dave Love <d.love@xxxxxxxx>
Date: 14 Oct 1997 19:02:14 +0100
>>>>> "Nigel" == Nigel Hutchison <nwoh@xxxxxxxxxxxxxx> writes:

 Nigel> Does the function "docolums" make a sosofo - or have I got the
 Nigel> wrong idea entirey?

It returns either an empty sosofo or an `improper' list of sosofos
(not terminated by "'()").  Perhaps replace "cons" with
"sosofo-append"?  Or replace "(empty-sosofo)" with "'()" and "apply
sosofo-append" to the resulting list.

Consider the types.  "cons" normally constructs a list (from something
and a list), so the base case of a recursion using it like that should
probably be the empty list.

BTW, Schemers generally format their s-expressions as
 ((()))
rather than
 (((
   )
  )
 )
.  The indentation indicates the nesting and they basically don't read
the parens.

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread