Tagged Questions
6
votes
2answers
146 views
When/why did Lisps start using semicolons for comments?
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 ...
0
votes
4answers
364 views
In which language did semicolon first appear as a terminator?
In similar manner to the similar question about generics. What was its first appearance, and how did spread to C?
edit: corrected question based on Jon Skeet's answer (; is a terminator, not a ...