Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Beware of dynamic languages for large projects. (Score 1) 530

That is true only for cPython, the default interpreter. IronPython and Jython don't have the GIL. As for cPython, you can still use multiple processes with the multiprocess module. Guido claims that this is much better for using multiple cores anyway, though I think that is mostly an excuse.

Comment Re:That depends... (Score 1) 492

Are Google enforcing proprietary formats

They've tried to (NaCl, Pepper, etc) and are still trying to.

I'm sure there are reasons to criticize Google's attempts to introduce new standards, but proprietary they are not. The API is publicly documented and Google provides an open source implementation of them, Chromium.

Slashdot Top Deals

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...