[plt-scheme] How best to use PLaneT?

From: Grant Rettke (grettke at acm.org)
Date: Fri Oct 10 10:22:35 EDT 2008

On Fri, Oct 10, 2008 at 7:50 AM, Matt Jadud <jadudm at gmail.com> wrote:
> My solution seems to be to write my code using very explicit versions
> on PLaneT repository objects.
>
> (require (planet "instaservlet.ss" ("untyped" "instaservlet.plt" 1 (= 3))))
>
> was the require statement I should have used. This prevents the
> library from moving underneath me

To your point, yes you should be locking your version at the exact one
you want! :)

In PLT, this feature is sort of under-stated, or another way to put it
is under-appreciated. You can't even do this in Java (yet).


Posted on the users mailing list.