Tagged Questions

17
votes
9answers
890 views

What _did_ the C operators /\ and \/ do?

Anyone can "declare" ones own operators in C.... that is if one is a C compiler guru and has the source code to the C compiler! ;-) Further questions to puzzle: How are these operations done in …
1
vote
4answers
160 views

Was Algol ever used for “mainstream” programming?

I know that Algol language is super-uber-extremely important as a theoretical language, and it also had a variety of implementations as per Wikipedia. However, what's unclear is, was Algol (pure …
2
votes
4answers
198 views

compilers for languages from 1950’s and 1960’s

i am trying to find the best compilers (if they are actually available) for the following languages: ALGOL 60 TRAC TELCOMP Superplan BACAIC i don't know if any of these are still around, but it …
3
votes
4answers
373 views

What is “pass-by-name” and how does it work exactly?

I've check wikipedia, and googled but I still can't wrap my mind around how pass-by-name works in ALGOL 60. Thanks!