Quotes About Programming
Programming language is very specific to instructing a computer to do a particular structure of a sequence. It's the very way you tell the machine what you want it to do.
~ Brian Kernighan
BazillionQuotes.com
In C there are no data structures: there are pointers and pointer arithmetic. So you have a pointer into a data structure.
~ James Gosling
BazillionQuotes.com
As a programmer, you're working with very simple structures compared to the brain. So I was always fascinated by how the brain works.
~ Paul Allen
BazillionQuotes.com
I'm truly glad there are so many options on television that are for grown and thinking people.
~ Michael Emerson
BazillionQuotes.com
My mom bought a computer in the '80s to do accounting, and she was so smart at computers that we spent all our time with them. My childhood was sitting on the floor of her office and figuring out how to program with my mom.
~ Brianna Wu
BazillionQuotes.com
When it comes to .NET they've done a really outstanding job.
~ Miguel de Icaza
BazillionQuotes.com
Yeah, my drum programming especially is based on my knowledge of playing a drum kit. For the bass too, definitely. It was the first thing that I translated any sort of ideas through. It must have shaped it somehow.
~ Tom Jenkinson
BazillionQuotes.com
I have been wildly enthused about gaming since I was younger, and a career path I chose not to go down but did really consider was getting into programming and game design.
~ Trent Reznor
BazillionQuotes.com
learn to program by looking at good programs — not just at what they do, but at the source code.
~ Paul Graham
BazillionQuotes.com
One of the less publicized benefits of the open source movement is that it has made it easier to learn to program.
~ Paul Graham
BazillionQuotes.com
GOOD DESIGN IS SIMPLE. You hear this from math to painting. In math it means that a shorter proof tends to be a better one. Where axioms are concerned, especially, less is more. It means much the same thing in programming. For architects and designers, it means that beauty should depend on a few carefully chosen structural elements rather than a profusion of superficial ornament.
~ Paul Graham
BazillionQuotes.com
Cobol, for all its sometime popularity, does not seem to have any intellectual descendants. It is an evolutionary dead- end a Neanderthal language.
~ Paul Graham
BazillionQuotes.com
The people most likely to grasp that wealth can be created are the ones who are good at making things, the craftsmen. Their hand-made objects become store-bought ones. But with the rise of industrialization there are fewer and fewer craftsmen. One of the biggest remaining groups is computer programmers.
~ Paul Graham
BazillionQuotes.com
And the reason everyone doesn't use Listp is that programming languages are not merely technologies, but habits of mind as well, and nothing changes slower.
~ Paul Graham
BazillionQuotes.com
If you can't find ten Lisp hackers, then your company is probably based in the wrong city for developing software
~ Paul Graham
BazillionQuotes.com
If language A has an operator for removing spaces from strings and language B doesn't, that probably doesn't make A more powerful, because you can probably write a subroutine to do it in B. But if A supports, say, recursion, and B doesn't, that's not likely to be something you can fix by writing library functions.
~ Paul Graham
BazillionQuotes.com
Let yourself be second-guessed. When you make any tool, people use it in ways you didn't intend, and this is especially true of a highly articulated tool like a programming language.
~ Paul Graham
BazillionQuotes.com
Empathy is probably the single most important difference between a good hacker and a great one.
~ Paul Graham
BazillionQuotes.com
I don't predict the demise of object-oriented programming, by the way. Though I don't think it has much to offer good programmers, except in certain specialized domains, it is irresistible to large organizations. Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. Large organizations always tend to develop software this way, and I expect this to be as true in a hundred years as it is today.
~ Paul Graham
BazillionQuotes.com
To write good software you must simultaneously keep two opposing ideas in your head. You need the young hacker's naive faith in his abilities, and at the same time the veteran's skepticism. You have to be able to think how hard can it be? with one half of your brain while thinking it will never work with the other.
~ Paul Graham
BazillionQuotes.com
I suspect few housing projects in the US were designed by architects who expected to live in them. You see the same thing in programming languages. C, Lisp, and Smalltalk were created for their own designers to use. Cobol, Ada, and Javawere created for other people to use. If you think you're designing something for idiots, odds are you're not designing something good, even for idiots.
~ Paul Graham
BazillionQuotes.com
It's hard to predict what life will be like in a hundred years. There are only a few things we can say with certainty. We know that everyone will drive flying cars, that zoning laws will be relaxed to allow buildings hundreds of stories tall, that it will be dark most of the time, and that women will all be trained in the martial arts. Here I want to zoom in on one detail of this picture. What kind of programming language will they use to write the software controlling those flying cars?
~ Paul Graham
BazillionQuotes.com
In this case study we'll see the only other structured way control statements may be connected in C, namely through nesting of one control statement within another.
~ Unknown
BazillionQuotes.com
Programmers have a saying: garbage in, garbage out.
~ Paul Krugman
BazillionQuotes.com
