chucksawaynret86 Once he ran a marathon because it was “on the way”
murrayjones54 From the viewpoint of what you can do, therefore, languages do differ - but the differences are limited. For example, Python and Ruby provide almost the same power to the programmer.
almost 2 years ago • Reply
herbvon13 In our daily lives as programmers, we process text strings a lot. So I tried to work hard on text processing, namely the string class and regular expressions. Regular expressions are built into the language and are very tuned up for use.
almost 2 years ago • Reply
profsimonlangworth38 Sometimes people jot down pseudo-code on paper. If that pseudo-code runs directly on their computers, its best, isn't it? Ruby tries to be like that, like pseudo-code that runs. Python people say that too.
almost 2 years ago • Reply
vincefranecki81 The orthogonal features, when combined, can explode into complexity.
almost 2 years ago • Reply
vincefranecki81 Most programs are not write-once. They are reworked and rewritten again and again in their lived. Bugs must be debugged. Changing requirements and the need for increased functionality mean the program itself may be modified on an ongoing basis. During this process, human beings must be able to read and understand the original code. It is therefore more important by far for humans to be able to understand the program than it is for the computer.
almost 2 years ago • Reply
mrsmaclindgren9 Ruby inherited the Perl philosophy of having more than one way to do the same thing. I inherited that philosophy from Larry Wall, who is my hero actually. I want to make Ruby users free. I want to give them the freedom to choose.
almost 2 years ago • Reply
mitchellvolkman9 Plant a memory, plant a tree, do it today for tomorrow.
almost 2 years ago • Reply