[plt-scheme] Versioned development against Planet packages?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Jul 31 18:05:59 EDT 2007

On 7/31/07, Grant Rettke <grettke at acm.org> wrote:
> I'm used to the approach of distributing an application as a single
> blob, rather than a blob and downloads other blobs from a server at
> deploy time.

PLaneT doesn't really support applications directly, but if your
entire app is in planet, then downloading one part of it downloads the
whole thing (unless you dynamically link part of it in, in which case
you presumably intend to delay some downloading).

Robby


Posted on the users mailing list.