Bjarne Stroustrup
Bjarne Stroustrup
Bjarne Stroustrupis a Danish computer scientist, most notable for the creation and development of the widely used C++ programming language. He is a visiting professor at Columbia University, and works at Morgan Stanley as a Managing Director in New York...
NationalityDanish
ProfessionScientist
Date of Birth30 December 1950
CountryDenmark
thinking ideas two
Tom [Cargil]s suggestion with a further idea: Propsers of new [C++] features should be required to donate a kidney. That would - Jim [Waldo] pointed out - make people think hard before proposing, and even people without any sense would propose at most two extensions.
real thinking expression
I do not think that safety should be bought at the cost of complicating the expression of good solutions to real-life problems.
thinking google quality
Some software is actually pretty good, by any standard. Think of the Mars Rovers, Google, and the Human Genome Project. Now, that's quality software!
clever dirty thinking
Always think about how a piece of code should be used: good interfaces are the essence of good code. You can hide all kinds of clever and dirty code behind a good interface if you really need such code.
thinking errors connections
The connection between the language in which we think/program and the problems and solutions we can imagine is very close. For this reason restricting language features with the intent of eliminating programmer errors is at best dangerous.
simple thinking misunderstood
If you think it's simple, then you have misunderstood the problem.
language support thinking variety ways
Consequently, a general-purpose programming language should support a variety of ways of thinking and a variety of programming styles.
perfect language salesman
Anybody who comes to you and says he has a perfect language is either naive or a salesman.
library tools standards
I would encourage nonproprietary standards for tools and libraries
real impact trying
I like doing research that has an impact. If I went to a company to make what they call 'real money,' I'd be just trying to make a system work as fast as possible to meet the product and serice deadlines.
civilization fields degrees
Our civilization depends critically on software, and we have a dangerously low degree of professionalism in the computer fields
errors bored solutions
Any verbose and tedious solution is error-prone because programmers get bored.
support language programming
I find languages that support just one programming paradigm constraining
perfect design java
After all, C++ isn't a perfect match for Java's design aims either