>>15-16
Speaking of GIL, I chuckled when I read this:
http://leto.net/perl/2011/05/what-is-m0.html
Next we turned to concurrency, including how we would emulate the various concurrency models of the languages we want to support, such as Python's Global Interpreter Lock (GIL). We decided that M0 will totally ignorant of concurrency concepts, ...