Ok, not even almost. But I’ve been thinking. What would it take to implement Erlang’s actors concurrency model using Linux facilities directly? So I messed around with the idea today and came up with a working message queue and rough pattern matcher in python. Basically the Erlang “process” is mapped to an OS process or [...]









