Life

The Evolution of a Programmer

I found this at http://www.ariel.com.au/jokes/The_Evolution_of_a_Programmer.html High School/Jr.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 <stdio.h> void…