Quote
"I do not think we can build systems that are large with large components."
J
Joe Armstrong (programmer)"The spec does not tell me what to do. What do I program? [...] I thought this is crazy, we are building products with specifications and things, and the specifications doesnt say whats supposed to happen. Then when you get to this point in the code where you dont know whats going to happen, everybody knows how programs it. I thought thats crazy because I didnt know and I thought everybody could interpret that differently and they could make an ad-hoc decision. So I thought to myself, the only sensible thing to do is crash. We just crash this call because we dont know what to do."
Joseph Leslie Armstrong was a computer scientist working in the area of fault-tolerant distributed systems. He is one of the co-designers of the Erlang programming language.
"I do not think we can build systems that are large with large components."
"Computer systems fail. We have to deal with it, we cant ignore it."
"API in programming languages is totally stupid because they do not capture order."
"I just want to model what’s going on in the real world"
"I wanted to build fault tolerant systems and pretty soon I realized that you can’t make a fault tolerant system on a computer, because I think in the entire computer might crash, so I needed lots of independent computers."
"I dont think a program should be bigger than possibly 128 kilobytes, possibly 64 kilobytes. It should be possible to understand that program in its entirety."