[plt-scheme] Re: Minor difference Apple v Windows versions
I think you're seeing a difference between v371 and v4.1.3, as opposed
to between Windows ad Mac OS X. There are definitely some differences
between the versions, even within the "Pretty Big" language.
But `identity' and `compose' are defined in "Pretty Big" for both v371
and v4.1.3, so I'm still a little puzzled about the specific mismatch.
Matthew
At Sun, 30 Nov 2008 00:00:08 -0800 (PST), wooks wrote:
> Here's what I did.
>
> Program was developed on PLT Windows v371 under language setting
> Pretty Big.
>
> Stuck the code on to a memory stick, went to do the demo found it was
> on a MAC, freaked out, then downloaded the Mac Version from PLT
> website (I recall seeing a version number of 4.3).
>
> Set the language to Pretty Big on Mac Version. Pasted the code, ran,
> got the errors I mentioned (the text of which I cannot remember) but
> they were resolved when I renamed the definitions it complained of, to
> something other than identity and compose.
>
> On Nov 29, 2:53 pm, "Robby Findler" <ro... at cs.uchicago.edu> wrote:
> > I think there must be something else different. Possibly the language
> setting?
> >
> > Robby
> >
> > On 11/29/08, wooks <woo... at hotmail.com> wrote:> Recently did a demo of a PLT
> application on a Mac (just downloaded)
> > > version of Dr Scheme.
> >
> > > Mac version complained about 2 definition names (identity and compose)
> > > that run fine on the windows version.