"or" in English
Feb. 17th, 2014 01:35 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
My impression of "or" in English is that it can mean either "inclusive or" or "exclusive or" depending on context.
Example #1:
"Are you now or have you ever been a member of a communist party?"
"Would you like milk or sugar in your tea?"
"Don't trust someone if they're incompetent or malicious."
Obviously someone who IS NOW and also HAS BEEN IN THE PAST is supposed to answer "yes", not "no". You're allowed to ask for milk AND sugar. Incompetent malicious people are not automatically trustworthy.
Example #2:
"Would you like dinner now or would you like to freshen up first?"
"Eat in or take away?"
"Would you like the free gift or the cash equivalent?"
It would make no sense to ask for both.
And some of those questions have exactly the same form, it's just that you're supposed to know from context that having both is normal, or having both isn't being offered, or isn't possible.
However, I know some people say "in English, 'or' means 'inclusive or', even if sometimes common sense/politeness/physics stops you having both options at once" and some people say "in English, 'or' means 'exclusive or' but people sometimes use it sloppily and we know what they mean".
However, I can't really see the difference between those and "it can mean either depending on context". Is there any evidence that one of those is a superior description of the "default" interpretation (not just "which is more common", but "which people understand you really mean if you emphasise the meaning of the word").
Example #1:
"Are you now or have you ever been a member of a communist party?"
"Would you like milk or sugar in your tea?"
"Don't trust someone if they're incompetent or malicious."
Obviously someone who IS NOW and also HAS BEEN IN THE PAST is supposed to answer "yes", not "no". You're allowed to ask for milk AND sugar. Incompetent malicious people are not automatically trustworthy.
Example #2:
"Would you like dinner now or would you like to freshen up first?"
"Eat in or take away?"
"Would you like the free gift or the cash equivalent?"
It would make no sense to ask for both.
And some of those questions have exactly the same form, it's just that you're supposed to know from context that having both is normal, or having both isn't being offered, or isn't possible.
However, I know some people say "in English, 'or' means 'inclusive or', even if sometimes common sense/politeness/physics stops you having both options at once" and some people say "in English, 'or' means 'exclusive or' but people sometimes use it sloppily and we know what they mean".
However, I can't really see the difference between those and "it can mean either depending on context". Is there any evidence that one of those is a superior description of the "default" interpretation (not just "which is more common", but "which people understand you really mean if you emphasise the meaning of the word").
no subject
Date: 2014-02-17 03:28 pm (UTC)I can't not pull you up on defining "but" with a sentence involving "but" :-þ
I think the real point is that the distinction between 'and' and 'but' doesn't really have any effect on the meaning of a question – and all Boolean expressions in programming languages are implicitly questions posed to the computer ("is this complicated thing true or false?"). In a declarative statement, 'and' vs 'but' provides additional subtext along with the obvious propositional-logic value of the statement; for instance, if I say "This tastes cinnamony and yummy" versus "This tastes cinnamony but yummy", then on the face of it I'm making the same two assertions about the taste of the thing, but my choice of 'and'/'but' hints some extra information about whether I like cinnamon in general, or perhaps whether I'd have expected a cinnamony taste to go well in this particular context. Whereas if I ask "Does it taste cinnamony {and/but} yummy?", then the and/but distinction is still conveying an editorial comment from me, and the information I'm asking you to provide to me is more or less the same no matter which conjunction I picked.
So, put that way, perhaps we should permit 'but' in programming languages as a synonym for 'and' – and the distinction between the two functions purely as a comment to the reader :-)
no subject
Date: 2014-02-17 04:02 pm (UTC)LOL. Yes, I recognised the irony. However, I don't think I'm explaining "but" to someone who doesn't know what it means. I think we all know intuitively what it means, and are now trying to formalise that to a theoretical explanation. So there's no reason to avoid it :)
I think the real point is that the distinction between 'and' and 'but' doesn't really have any effect on the meaning of a question
That sounds right, but DO you use "but" in a question? What does that mean?
perhaps we should permit 'but' in programming languages as a synonym for 'and' – and the distinction between the two functions purely as a comment to the reader
That's an interesting question. I think it's often really useful to have synonyms with the same semantic content, but which convey extra information to the reader about what is the INTENDED meaning. But also can be really confusing if they're used randomly or differently in different contexts.
So if "but" would convey extra, it might be nice. But *would* you want to use it?
Something like, "if ( a is not null but a.b is null) then a.b = new ..."?
no subject
Date: 2014-02-17 10:54 pm (UTC)no subject
Date: 2014-02-18 11:45 am (UTC)no subject
Date: 2014-02-18 01:07 pm (UTC)Where they differ is in the secondary subtext, in which the use of 'but' hints that it's perhaps not what you'd expect (if A normally goes with not-B and this is a rare exception), or that the two have conflicting effects (if you think A is good and B is bad, then the 'but' suggests that B makes you less happy about A) or some other kind of opposition between the statements being joined.
You can imagine situations in which either conjunction could be used and the only difference is in the subtext: e.g. compare "He's a boy and he likes playing with dolls" with "He's a boy but he likes playing with dolls". Both are telling you the same two basic facts, but one is also commenting on the divergence from conventional gender roles (perhaps even making a negative value judgment, though that probably depends on who's saying it).
But if you ignore that kind of subtext (as a programming language would, having no use for such editorialising in the first place) then the difference between the two words vanishes, so that "A but B" tells you nothing more or less than "A and B" – just that both of A,B are true.
no subject
Date: 2014-02-18 01:37 pm (UTC)no subject
Date: 2014-02-18 02:11 pm (UTC)no subject
Date: 2014-02-18 02:14 pm (UTC)I suppose I'm thinking about when a question is incorrectly begun with "but".
So when someone isn't acknowledging whatever has gone before, but is using but to argue.
"But don't you have to do that tonight?"
no subject
Date: 2014-02-18 02:19 pm (UTC)That kind of argumentative question is even more out of bounds for the sort of thing you might even try to express in a programming language, though, so it doesn't really come into the question I started with (my childhood confusion over why English needs both 'and' and 'but' while BASIC only needs one of them).
no subject
Date: 2014-02-18 02:21 pm (UTC)no subject
Date: 2014-02-18 05:42 pm (UTC)