[plt-scheme] build-list not there?
Yes, it is. But that needs to change. (Thanks for reminding me.)
Robby
On Sat, Apr 5, 2008 at 5:24 PM, Dave Herman <dherman at ccs.neu.edu> wrote:
> My bad... I was in the "Textual" language. I thought I might be missing
> something.
>
> Is Textual equivalent to the old mzscheme language?
>
> Thanks,
> Dave
>
>
>
> Robby Findler wrote:
>
> > Probably we need to know where "there" is. For example, this works fine:
> >
> > % mzscheme
> > Welcome to MzScheme v3.99.0.22 [3m], Copyright (c) 2004-2008 PLT Scheme
> Inc.
> >
> > > build-list
> > >
> > #<procedure:build-list>
> >
> > > ^D
> > >
> >
> > as does this:
> >
> > [alishan] ~% cat tmp.ss
> > #lang scheme
> > build-list
> > [alishan] ~% mzscheme tmp.ss
> > #<procedure:build-list>
> > [alishan] ~%
> >
> >
> > On Sat, Apr 5, 2008 at 5:14 PM, Dave Herman <dherman at ccs.neu.edu> wrote:
> >
> > > The docs say `build-list' is part of the standard v4 library:
> > >
> > > http://pre.plt-scheme.org/docs/html/reference/pairs.html
> > >
> > > but I'm not able to find it (except in the old etc.ss). Am I missing
> > > something?
> > >
> > > Thanks,
> > > Dave
> > > _________________________________________________
> > > 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
> >
>
>