Tagged Questions

35
votes
8answers
2k views

Why are many ports of languages to .net prefixed with 'Iron'?

Was discussing over lunch why several ports of languages to the .net framework are prefixed with 'Iron'. e.g. IronPython IronRuby IronLisp IronScheme IronPHP Anyone out there know? (language ...
8
votes
6answers
3k views

Why does COBOL have both `SECTION` and `PARAGRAPH`?

Why does COBOL have both SECTION and PARAGRAPH? Can anybody explain why the designers of COBOL created both SECTIONs and PARAGRAPHs? These have been around since the initial release of COBOL so I ...
6
votes
5answers
735 views

Why is the default terminal width 80 characters?

80 seems to be the default in many different environments and I'm looking for a technical or historical reason. It is common knowledge that lines of code shouldn't exceed 80 characters, but I'm hard ...
6
votes
10answers
3k views

Stacks - why PUSH and POP?

I was wondering why we use the terms "push" and "pop" for adding/removing items from stacks? Is there some physical metaphor that caused those terms to be common? The only suggestion I have is ...
2
votes
5answers
212 views

What was the first Hello World Application written in? [closed]

Possible Duplicate: Where does ‘Hello world’ come from? What was the first Hello World application written in?