[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The politics and other realities of names....

This page is part of the web mail archives of SRFI 84 from before July 7th, 2015. The new archives for SRFI 84 contain all messages, not just those from before July 7th, 2015.



On 2/1/06, Ray Blaak <blaak@xxxxxxxxxxxx> wrote:
>
> >Now consider that, unlike Java, we actually write reusable code, and
> >share modules with third parties.  So Acme.com may import Bob's List
> >Library.
> >
> But not over the net. You can't do that reliably in general or even
> usually, unless the library in question is from a stable well known
> place. "Versionitus" requires that testing needs to be done before you
> know your code works with the library.

Well, this is all in the future hypothetical situation I began with
"Imagine," where we're already looking at the most liberal and
automated code access tolerable.  In this scenario, all modules are
signed and verified.  Adding versioning info (as PLT's Planet does)
would certainly be possible, but more simply if modules import via a
full-code signature, then you don't even need version numbers.

Either way, there's certainly no need to rely on a "stable well known
place," that's just one of the possibilities, which conflicts with
the goal of being decentralized.

--
Alex