languages Chris Hanson (14 Mar 2006 07:45 UTC)
Re: languages bear (14 Mar 2006 10:13 UTC)
Re: languages Chris Hanson (14 Mar 2006 13:19 UTC)
Re: languages bear (14 Mar 2006 22:58 UTC)
Re: languages Chris Hanson (15 Mar 2006 00:04 UTC)
Re: languages bear (15 Mar 2006 18:53 UTC)
Re: languages Aubrey Jaffer (15 Mar 2006 16:29 UTC)

Re: languages Chris Hanson 14 Mar 2006 13:19 UTC

bear wrote:
>
> So to me a scheme URI would be something like
>
> "scheme://R5RS/TinyCLOS/rationals/foo.scm"
>
> and this woud be a key into a small database that mapped
> it to a URL giving a web address where it could be downloaded.

But why not just use an http: URI to do that?  You don't need the small
database at all.  Something like

	http://schemers.org/R5RS/TinyCLOS/rationals/foo.scm

The database could be stored on the server instead of having a local
copy everywhere.

Even with the http: URI you could still use a local database.