Hi Mark,
On Mon 18 Jul 2011 23:57, Mark H Weaver writes:
> From an efficiency perspective, it is much more straightforward and
> reliable for a compiler to understand what operation is done by
> (fluid-ref x) than (x).
This is true.
> More generally, from a perspective of semantics and securit
l...@gnu.org (Ludovic Courtès) writes:
> What if URI is file://foo?
Per RFC 1630 & RFC 1738, a file URL takes the form:
file://host/path
For local files, the HOST part is elided:
file:///path
So IMHO the posted code isn't *wrong* per se. ;-)
Regards,
Peter
--