I'm working on Zap's concurrency model today. The basics I'm toying with:
Conceptually similar to the BEAM where each process is isolated, supervised, has its own memory manager (currently have ARC, Arena, and GC managers to choose from), and uses message passing.
8 days ago