Concurrency Oriented Programming
Joe discusses a revolutionary approach to programming called concurrency oriented programming, emphasizing the importance of modeling real-world concurrency through isolated processes that communicate via message passing. He critiques shared memory models as inadequate for representing the complexities of our concurrent environment, advocating for a programming style that aligns with how we naturally observe interactions in the world.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 89: Joe Armstrong on Erlang
Related Questions