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

Re: shared-text substrings

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



Per Bothner wrote:

> It's even nicer when your Scheme dialect has keywords:
> [...]

Keywords in your implementation are wholly unnecesary.  This is a data
language, not a procedure call context.  The XML collection could just
as well have used the syntax you propose, or indeed many others.  And
this is without even getting into the cost of keywords, or indeed even 
their appropriateness (as a poor man's substitute for objects -- why
bother when you have real objects?), etc, that aren't germane here.

'shriram

PS: Now that I think about it even more, I *can't* reuse the
    implementation of keywords built into the implementation (using,
    say, APPLY), because the set of keywords used by the set of all
    documents is naturally limitless, whereas keyword syntaxes use a
    fixed set of keywords.  So keywords don't help any.