Author: Dr Wingnut
-
The Evolution of a Computer Programmer, never forget, Keep it simple
High School/Junior High 10 PRINT “HELLO WORLD” 20 END First year in College program Hello(input, output) begin writeln(‘Hello World’) end. Senior year in College (defun hello (print (cons ‘Hello (list ‘World)))) New professional #include void main(void) { char *message[] = {“Hello “, “World”}; int i; for(i = 0; i < 2; ++i) printf(“%s”, message[i]); printf(“\n”);…
-
Wonder
Wonder is what sets us apart from other life forms. No other species wonders about the meaning of existence or the complexity of the universe or themselves.Herbert W. Boyer, co-founder of Genentech
-
Beauty
When I’m working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong.R. Buckminster Fuller
-
Improvement
The aim of life is self-development. To realize one’s nature perfectly — that is what each of us is here for.Oscar Wilde
