Article 1649 of icdoc.general: Path: doc.ic.ac.uk!dolphin.doc.ic.ac.uk!ofr From: ofr@doc.ic.ac.uk (O F Rana) Newsgroups: icdoc.general Subject: C Programming... Date: 16 Nov 94 10:59:58 GMT Organization: Imperial College, Computing (London) Lines: 417 Message-ID: NNTP-Posting-Host: dolphin.doc.ic.ac.uk Summary: C programming guide for IC Keywords: C programming guide This was send on a mailing list by someone at University of Waterloo (Canada)...well, I liked it!!! ----------------------------------------------------------------- The Evolution of a Programmer ----------------------------- 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