Posted by: balkrishnapatankar on: July 2, 2008
A few of my recent posts have been related to something interesting i find on StumbleUpon.Continuing this till i can figure out something really interesting to write on my own……:)
Interviewer: “Is studying computer science the best way to prepare to be a programmer?”
Bill Gates: “No, the best way to prepare is to write programs, and [...]
Posted by: balkrishnapatankar on: June 28, 2008
Read this on: Ariel.com.
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
[...]
Recent Comments