[plt-scheme] pretty URLs
hi!
From: "Noel Welsh" <noelwelsh at gmail.com>
Subject: Re: [plt-scheme] pretty URLs
Date: Mon, 29 Dec 2008 11:42:30 +0000
> On Mon, Dec 29, 2008 at 12:49 AM, maxigas <maxigas at anargeek.net> wrote:
> > before:
> > root at bubble: /usr/local/plt/bin/mzscheme -v
> > Welcome to MzScheme v4.1.1.3 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.
> >
> > after i compiled the latest stabel version from plt-scheme.org:
> > Welcome to MzScheme v4.1.3 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.a
> >
> > --> so maybe there was a mere typo, an extra "1." in the first case.
>
> I'm fairly sure this isn't a typo. There definitely was a version
> 4.1.1.3, and I believe current is 4.1.3.
you are right. for example in 4.1.1.3 serve/servlet accepts paths for the :servlet-path keyword
and in 4.1.3 it accepts strings. :)
thank you for all the answers, the issue is resolved now.
maxigas