[plt-scheme] Re: list output

From: -gary- (gary.dunne1 at gmail.com)
Date: Wed Apr 29 10:25:59 EDT 2009

Thank you.
Of course, the error was:
"..expected <response?>, given: (html (head..."

On Apr 29, 10:12 am, Matthias Felleisen <matth... at ccs.neu.edu> wrote:
> On Apr 29, 2009, at 10:03 AM, -gary- wrote:
>
> > Thanks for the replies.
>
> > I have tried printf, display etc. but they all give me an exception.
> > I used:
> >  (printf "~s\n" (list-name))
>
> For your sake, I am giving you a question as an answer:
>
>   -- What did the error highlight in drscheme?
>   -- Did you read the error message?
>
>
>
>
>
> > On Apr 29, 9:53 am, Noel Welsh <noelwe... at gmail.com> wrote:
> >> On Wed, Apr 29, 2009 at 2:47 PM, -gary- <gary.dun... at gmail.com>  
> >> wrote:
> >>> I have a list which I want to output.  What would be the best way to
> >>> do this?
>
> >> Well... what defines "best" for you?
>
> >> You might start with display, write, and printf.
>
> >>> Also, is it possible to concatenate two lists together?
>
> >> append.
>
> >> N.
> >> _________________________________________________
> >>   For list-related administrative tasks:
> >>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> > _________________________________________________
> >   For list-related administrative tasks:
> >  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> _________________________________________________
>   For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.