(dsssl) Choices, choices

Subject: (dsssl) Choices, choices
From: tmcd@xxxxxxxxx
Date: Wed, 23 Apr 2003 15:51:55 -0400 (EDT)
Is there any reason to choose between
    (format-number N "1")
and
    (number->string N)
?

How about between
    (make sequence
        CONTENTS
    )
(that is, setting no charactertistics, just grouping content)
versus
    (sosofo-append
        CONTENTS
    )
I'm now switching to "sosofo-append" more generally; I would guess
there's a little less overhead with it, and it seems "cleaner" to use
the simple procedure rather than a "make".

-- 
Tim McDaniel, tmcd@xxxxxxxxx; tmcd@xxxxxxxxxx is my work address

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

Current Thread