Re: 7.0 wishlist?
- From: Joshua Cranmer <Pidgeot18@xxxxxxxxxxxxxxx>
- Date: Fri, 07 Nov 2008 08:01:20 -0500
Harold Yarmouth wrote:
Joshua Cranmer wrote:Hey! You guessed wrong!
Hey! You just insulted me again!
No. I was just correcting your negative opinion of me.
(Though the epithets were less explicit than above, those are basically accurate capsule summaries of the semantic content of the things you wrote.)
IYO. Your opinions of the contents of the posts and my opinions seem to diverge considerably.
[ Snip several paragraphs of information all resulting from an incorrect
No. Nothing about me is "incorrect" and you will desist from publicly insulting me now.
The opinions I have formed in the past few days have now been confirmed. You are clearly delusional in thinking that you can never be wrong.
That's cheating -- the expressions for a and b have side effects. My proposal can be amended to specify that temporaries be made and side effects occur in the "expected" order:
That's the point. Expressions have side effects. They must occur in a precisely specified order; chiefly, that means you can't rearrange them and expect them to work.
z = x + y; -> t = x; u = y; z = x.plus(y); or z = y.plus(x);
That doesn't cut it. Also note that there is precise semantics as to when exceptions must be thrown and when stuff such as incrementing happens compared to that.
So, some things should happen at the same time as some other things. This is the substance of your argument that none of them should happen at all?
And you promptly ignore the expansion where I explain why that's important.
[ More aggravating paragraphs based on a faulty assumption ]
The only faulty assumptions that have been made here have been made by you. The only one being intentionally aggravating around here is you.
You said that I hate operator overloading. That is not true. Your statement was an assumption. An assumption that is not true is a faulty assumption.
To paraphrase xkcd: Logic. It works, bitch.
--
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald E. Knuth
.
- Follow-Ups:
- Re: 7.0 wishlist?
- From: Harold Yarmouth
- Re: 7.0 wishlist?
- From: Joshua Cranmer
- Re: 7.0 wishlist?
- From: Lew
- Re: 7.0 wishlist?
- References:
- Re: 7.0 wishlist?
- From: Harold Yarmouth
- Re: 7.0 wishlist?
- From: Joshua Cranmer
- Re: 7.0 wishlist?
- From: Harold Yarmouth
- Re: 7.0 wishlist?
- From: Joshua Cranmer
- Re: 7.0 wishlist?
- From: Harold Yarmouth
- Re: 7.0 wishlist?
- Prev by Date: Re: Idea on this program please.
- Next by Date: Re: Code generation in Java
- Previous by thread: Re: 7.0 wishlist?
- Next by thread: Re: 7.0 wishlist?
- Index(es):
Relevant Pages
|