top of page
"Most of the tasks we do are for humans. For example, a tax calculation is counting numbers so the government can pull money out from my wallet, but government consists of humans."
Standard
Customized
Exlpore more Government quotes

"Every form of government tends to perish by excess of its basic principle."

"Government is a contrivance of human wisdom to provide for human wants. People have the right to expect that these wants will be provided for by this wisdom."

"I don't mind what Congress does, as long as they don't do it in the streets and frighten the horses."

"I believe there is something out there watching us. Unfortunately, it's the government."

"I am concerned about the whole man. I am concerned about what the people, using their government as an instrument and a tool, can do toward building the whole man, which will mean a better society and a better world."

"You measure a government by how few people need help."

"Americans accept that gangsters are running the government."

"War should only be declared by the authority of the people, whose toils and treasures are to support its burdens, instead of the government which is to reap its fruits."

"We Libertarians believe in "Limited Government" precisely because we believe in unlimited liberty. Reduce one, and you decrease the other."

"It would be foolish to suggest that government is a good custodian of aesthetic goals. But, there is no alternative to the state."
Explore more quotes by Yukihiro Matsumoto

"Actually, I didn't make the claim that Ruby follows the principle of least surprise. Someone felt the design of Ruby follows that philosophy, so they started saying that. I didn't bring that up, actually."

"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."

"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."

"Because of the Turing completeness theory, everything one Turing-complete language can do can theoretically be done by another Turing-complete language, but at a different cost. You can do everything in assembler, but no one wants to program in assembler anymore."

"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."

"People are different. People choose different criteria. But if there is a better way among many alternatives, I want to encourage that way by making it comfortable. So that's what I've tried to do."

"I didn't work hard to make Ruby perfect for everyone, because you feel differently from me. No language can be perfect for everyone. I tried to make Ruby perfect for me, but maybe it's not perfect for you. The perfect language for Guido van Rossum is probably Python."

"You want to enjoy life, don't you? If you get your job done quickly and your job is fun, that's good isn't it? That's the purpose of life, partly. Your life is better."

"I believe consistency and orthogonality are tools of design, not the primary goal in design."
bottom of page