Hacker News new | ask | show | jobs
by arvid 6172 days ago
Interesting interview with Allan Klumpp (one of the programmers)

http://www.netjeff.com/humor/item.cgi?file=ApolloComputer

1 comments

Very interesting link, thanks!

In the interview, he mentioned that the folks at MIT wrote the program in high-level-language called MAC (MIT Algebraic Compiler) and hand-compiled it to the machine language of the actual computer which I take is what we see at google code.

Wouldn't it be great if the MAC source would also be available for us to see? After all, that is the context in which the actual software engineering took place. Looking at the resulting assembly might give a somewhat distorted impression of how the work was done.