Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LOL FIOC

Name: Anonymous 2011-06-04 13:01

>>> l = [[0]] * 2
>>> l
[[0], [0]]
>>> l[0][0] = 1
>>> l
[[1], [1]]

Name: Anonymous 2011-06-04 18:43

>>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, ...

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List