What is the history of the semicolon being used for comments in Lisp and its dialects?
A guy in our group thought Clojure's use of the semicolon was an in-your-face to Java & Co. at first.
I mentioned that Lisp was older than C, but I realized that:
- C wasn't the first language to use the semicolon as statement separator (what was? Algol?)
- I don't know when Lisps began using semicolons for comments
- and I don't know why Lisps began using semicolons for comments