Assignment Statement Considered Harmful
-
After we figured out that goto is bad[^] and established that if statement is not much better[^], and of course for loops should be avoided at all cost[^] it is time for another logical step in that direction: ladies and gentlemen I give you Assignment Statement Considered Harmful[^].
this just in: functional language programmer thinks functional languages are better than imperative languages and tries to prove it by asserting that imperative languages programmers don't understand what they're doing; hilarity ensues.
-
After we figured out that goto is bad[^] and established that if statement is not much better[^], and of course for loops should be avoided at all cost[^] it is time for another logical step in that direction: ladies and gentlemen I give you Assignment Statement Considered Harmful[^].
Programming is harmful, especially for some individuals. X| There are cases when I’m sorry that I’m using my real name here, so I can’t go into details.
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
-
Ok, next month's competition Write a piece of code with the following condition a. You can't use
goto
(very simple) b. You can't useif
statement c. You can't usefor
loops d. You can't use assignment statements. Good luck :rolleyes:Yusuf May I help you?
Too easy, you need to add: e. Make it do something useful.
Did you know: That by counting the rings on a tree trunk, you can tell how many other trees it has slept with.
-
Nemanja Trifunovic wrote:
Assignment Statement Considered Harmful
So is salt, butter, oil, and dihydrogen monoxide (in large enough quantities). ;)
aspdotnetdev wrote:
and dihydrogen monoxide (in large enough quantities)
What do you mean? I've literally been swimming in it.
He said, "Boy I'm just old and lonely, But thank you for your concern, Here's wishing you a Happy New Year." I wished him one back in return.
-
Nemanja Trifunovic wrote:
Assignment Statement Considered Harmful
So is salt, butter, oil, and dihydrogen monoxide (in large enough quantities). ;)
aspdotnetdev wrote:
dihydrogen monoxide (in large enough quantities).
actually, my little brother died from excessive inhalation of dihydrogen monoxide... However, I don't call for it's ban because I am so addicted to it that I literally shower in it every morning.... I don't go a day without showering in the stuff....
_________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....
-
Programming is harmful, especially for some individuals. X| There are cases when I’m sorry that I’m using my real name here, so I can’t go into details.
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
Deyan Georgiev wrote:
Programming is harmful
I don't see what how that is possible... it isn't like programs launch missiles or anything... err... oh... wait.....
_________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....
-
I believe one of the early programming languages allowed literals to be overwritten in code with the assignment operator.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me
PL/I.
Software Zen:
delete this;
-
this just in: functional language programmer thinks functional languages are better than imperative languages and tries to prove it by asserting that imperative languages programmers don't understand what they're doing; hilarity ensues.
I just wonder where functional programmers store the result of your statement.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me
-
aspdotnetdev wrote:
and dihydrogen monoxide (in large enough quantities)
What do you mean? I've literally been swimming in it.
He said, "Boy I'm just old and lonely, But thank you for your concern, Here's wishing you a Happy New Year." I wished him one back in return.
Mercury can be lethal in large quantities too, but not if those large quantities are on a planet you are not on. All depends on how you use it. It can be lethal in large quantites if inhaled or injected (or shot out of a dihydrogen monoxide gun that propels the substance at a sufficient velocity into your brain).
-
Mercury can be lethal in large quantities too, but not if those large quantities are on a planet you are not on. All depends on how you use it. It can be lethal in large quantites if inhaled or injected (or shot out of a dihydrogen monoxide gun that propels the substance at a sufficient velocity into your brain).
aspdotnetdev wrote:
not if those large quantities are on a planet you are not on
Actually, that could be lethal too, if the gravity is sufficient to cause a sheer force that rips you apart.
-
I believe one of the early programming languages allowed literals to be overwritten in code with the assignment operator.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me
I've had four beers, but that makes sense. A literal is basically an anonymous object. The following is not allowed in C#, but I think it illustrates the concept of assigning to a literal quite nicely, and we all know how promiscuous older languages were compared to our beloved.
var lit = new {Name = "Brady"}; lit.Name = "Ennis";
-
I just wonder where functional programmers store the result of your statement.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me
Ennis Ray Lynch, Jr. wrote:
I just wonder where functional programmers store the result of your statement.
In a closure.
Regards, Nish
Blog: blog.voidnish.com Most recent article: An MVVM friendly approach to adding system menu entries in a WPF application
-
Ok, next month's competition Write a piece of code with the following condition a. You can't use
goto
(very simple) b. You can't useif
statement c. You can't usefor
loops d. You can't use assignment statements. Good luck :rolleyes:Yusuf May I help you?
Yusuf wrote:
Write a piece of code with the following condition a. You can't use goto (very simple) b. You can't use if statement c. You can't use for loops d. You can't use assignment statements.
//#include <iostream> //wait... we don't any of those!
int main()
{
return; //usage of return is NOT yet banned.
}It's time for a new sig. Seriously.
-
After we figured out that goto is bad[^] and established that if statement is not much better[^], and of course for loops should be avoided at all cost[^] it is time for another logical step in that direction: ladies and gentlemen I give you Assignment Statement Considered Harmful[^].
On a (somewhat) related note, I found Big Ball of Mud[^] to be an excellent read. /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
Deyan Georgiev wrote:
Programming is harmful
I don't see what how that is possible... it isn't like programs launch missiles or anything... err... oh... wait.....
_________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....
Yes!
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
-
Ennis Ray Lynch, Jr. wrote:
I just wonder where functional programmers store the result of your statement.
In a closure.
Regards, Nish
Blog: blog.voidnish.com Most recent article: An MVVM friendly approach to adding system menu entries in a WPF application
Obligatory XKCD reference: http://xkcd.com/297/[^]
ragnaroknrol The Internet is For Porn[^]
Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners. -
Ok, next month's competition Write a piece of code with the following condition a. You can't use
goto
(very simple) b. You can't useif
statement c. You can't usefor
loops d. You can't use assignment statements. Good luck :rolleyes:Yusuf May I help you?
#include int main() { int a, b; std::cout << "Enter a number: "; std::cin >> a; std::cout << "\nEnter a number: "; std::cin >> b; std::cout << "Largest: " << ((a > b) ? a : b) << "\nSmallest: " << ((a < b) ? a : b) << std::endl; return 0; }
_________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....
-
Ok, next month's competition Write a piece of code with the following condition a. You can't use
goto
(very simple) b. You can't useif
statement c. You can't usefor
loops d. You can't use assignment statements. Good luck :rolleyes:Yusuf May I help you?
//if-statement
if(value == 95.0)
return 44;
else
return 76;//switch-block
switch(value)
{
case 95.0:
return 44;
default:
return 76;
}//ternary operator - if feeling frustrated by idiotic constraints, nest as appropriate to share mood with other developers
return (value == 95.0) ? 44 : 76;I suppose I don't need to say how to replace a
for
loop with awhile
loop. Not entirely certain how to get around the assignment statements though - maybe another member could shed some light on this?OSDev :)
-
Too easy, you need to add: e. Make it do something useful.
Did you know: That by counting the rings on a tree trunk, you can tell how many other trees it has slept with.
System.Diagnostics.Process.Start("format", "C:");
-
//if-statement
if(value == 95.0)
return 44;
else
return 76;//switch-block
switch(value)
{
case 95.0:
return 44;
default:
return 76;
}//ternary operator - if feeling frustrated by idiotic constraints, nest as appropriate to share mood with other developers
return (value == 95.0) ? 44 : 76;I suppose I don't need to say how to replace a
for
loop with awhile
loop. Not entirely certain how to get around the assignment statements though - maybe another member could shed some light on this?OSDev :)