Ask a Question related to Ruby, Design and Development.
-
Hal Fulton #1
Operator precedence -- a thought question
Hypothetically, suppose one wanted to introduce a new operator into
Ruby. And suppose one wanted to decide on a precedence for it.
How would you proceed?
Sure, I'm being vague. Deal with it. :)
Hal
Hal Fulton Guest
-
Where Clause: Order of Precedence
Here's my WHERE clause on an SQL statement I wrote: WHERE blnLive = TRUE AND blnVacPromo = TRUE AND (dtToPost <= Now() AND dtToRemove > Now() ) ... -
here's an off-the-wall thought/question
I've been thinking about how to improve my environment, make it redundant/fault tolerant/highly available and have put together a few ideas from... -
#25982 [NEW]: Operator Precedence screwed up from 4.3.2 to 4.3.3?
From: adiu at adis dot on dot ca Operating system: Linux PHP version: 4.3.3 PHP Bug Type: Unknown/Other Function Bug... -
order by precedence?
I know how to use the order by, but wondered if there is an order of precedence in using it. Facts: hcounty is a county that someone puts in a... -
This problem might be harder than I thought...
Once news group could not figure this out. I must be overlooking something but I am sure there is somebody that can answer this question. Check... -
Lyle Johnson #2
Re: Operator precedence -- a thought question
Hal Fulton wrote:
In true Ruby spirit, how about picking the precedence which is least> Hypothetically, suppose one wanted to introduce a new operator into
> Ruby. And suppose one wanted to decide on a precedence for it.
>
> How would you proceed?
>
> Sure, I'm being vague. Deal with it. :)
surprising? Especially if this operator is already available in other
language(s) and a precedent for its (umm) precedence exists.
Lyle Johnson Guest
-
Dossy #3
Re: Operator precedence -- a thought question
On 2003.11.22, Hal Fulton <hal9000@hypermetrics.com> wrote:
Arbitrarily.> Hypothetically, suppose one wanted to introduce a new operator into
> Ruby. And suppose one wanted to decide on a precedence for it.
>
> How would you proceed?
:-)> Sure, I'm being vague. Deal with it. :)
-- Dossy
--
Dossy Shiobara mail: [email]dossy@panoptic.com[/email]
Panoptic Computer Network web: [url]http://www.panoptic.com/[/url]
"He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)
Dossy Guest
-
gabriele renzi #4
Re: Operator precedence -- a thought question
il Sat, 22 Nov 2003 12:35:07 +0900, Hal Fulton
<hal9000@hypermetrics.com> ha scritto::
mh.. I think you should go with the precedence it has in another>Hypothetically, suppose one wanted to introduce a new operator into
>Ruby. And suppose one wanted to decide on a precedence for it.
>
>How would you proceed?
>
>Sure, I'm being vague. Deal with it. :)
>
language if it is imported from there. Other way, do what you want :)
Btw, this makes me wonder what the heck you're doing..
It seem there is some room for a RubyMutations[1] page now :)
[1] with Guy's StrongRuby (I just invented the name, see ruby talk
85780), with MetaRuby , SRuby (from Robert Feldt I think) JRuby..
gabriele renzi Guest



Reply With Quote

