Hacker News new | ask | show | jobs
by mayoff 4128 days ago
The idea of the “hello world” program was promulgated by Kernighan and Ritchie in “The C Programming Language”, and they saw it the way kylec does. Quoting “The C Programming Language, Second Edition”:

“This is the big hurdle; to leap over it you have to be able to create the program text somewhere, compile it successfully, load it, run it, and find out where your output went. With these mechanical details mastered, everything else is comparatively easy.”

(I got rid of my first edition years ago but as I recall it described the purpose of the program pretty much the same way.)

1 comments

Thanks for the reference.