Re: Ann: URI quasiquotes library
Michael Hendricks <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <CAFHuXuahEXNovgXqJi0i=JUOqgYo87vy8PFZaZPDr3jcuWKcGA@mail.gmail.com> |
On Sun, Jul 7, 2013 at 6:58 PM, Richard A. O'Keefe <[email protected]>wrote: > On 6/07/2013, at 9:56 AM, Michael Hendricks wrote: > > > > 'relative URI reference' :- > > __uri_qq_base = 'https://example.org/path/', > > U = {|uri||to/resource|}, > > U = {|uri||/path/to/resource|}, > > U = 'https://example.org/path/to/resource'. > > Why can't this be something like > > 'relative URI reference' :- > {|with_uri_base|https://example.org/path/|}, > > U = {|uri||to/resource|}, > > U = {|uri||/path/to/resource|}, > > U = 'https://example.org/path/to/resource'. > Good idea. I'll see if I can make that work. -- Michael -------------- next part -------------- HTML attachment scrubbed and removed