Is this written in C? If so, what compiled this? Sorry for the noob question, I'm just a little lost.
From the link on GitHub: http://cm.bell-labs.com/cm/cs/who/dmr/primevalC.html Which led me to here: http://cm.bell-labs.com/cm/cs/who/dmr/chist.html Where, if you take the time, you will find a wonderful story, upon completing, you will probably know more about the early embryonic history of C then 95% of your peers. (Spoiler - We start with BCPL, then Move to B - it's left as an exercise to determine how we original…
The first version of Go started with B: http://code.google.com/p/go/source/detail?r=f6182e5abf5e
The second revision was converted to C: http://code.google.com/p/go/source/detail?name=f6182e5abf5e&...
The third to Draft-Proposed ANSI C: http://code.google.com/p/go/source/detail?name=f6182e5abf5e&...
And the fourth to ANSI C: http://code.google.com/p/go/source/detail?name=f6182e5abf5e&...