|
|
|
|
|
by masklinn
5719 days ago
|
|
> that feature alone puts it head-and-shoulders over Python Uh no it doesn't. Python uses OS threads. It cripples them with the GIL (hence multiprocessing), but it never used green threads. And of course, using green threads can be an advantage if you're not dumb about it (see Erlang). > it has a wicked fast compiler. So it makes a kick-ass webapp development platform. What? |
|
Uh, yes it does.
> Python uses OS threads. It cripples them with the GIL
And CCL doesn't. QED.
> using green threads can be an advantage
Not if you have multiple cores.
> What?
http://www.youtube.com/watch?v=snW3cM1KipQ
;-)