in reply to Re: Re: Thoughts on Exegesis 7
in thread Thoughts on Exegesis 7

Hasn't changed. That's just another abuse of those characters. The qw// thingies are spelled like French quotes, «Some Text», while the hyper operators are spelled like German quotes, »+« and such. In both cases the underlying visual and psychological metaphor is "there's something potentially plural on the big side of these double angles." I say "potentially", since «SomeText» is actually the single element array ['SomeText'], and 1 »+« 1 would still equal two, since neither side wants to raise the stakes.

Replies are listed 'Best First'.
Re: Re: Re: Re: Thoughts on Exegesis 7
by dragonchild (Archbishop) on Feb 29, 2004 at 04:18 UTC
    In both cases the underlying visual and psychological metaphor is "there's something potentially plural on the big side of these double angles."

    That makes perfect sense. I've always like operators, like greater-than which says "The part with two points is bigger than the part with one point". It's kinda like roman numerals (at least 1, 2, and 3), which are what they represent.

    Now - another question that pops up - Will «SomeText» be implemented in the opcode level as ['SomeText'] would be, or will there be other opcodes for ['SomeText'] that provide the chance for different behavior because you're using the «SomeText» syntax? (If that makes any sense ...)

    ------
    We are the carpenters and bricklayers of the Information Age.

    Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.