Shuttleworth: Python needs to focus on future(heise-online.co.uk)
heise-online.co.uk
Shuttleworth: Python needs to focus on future
http://www.heise-online.co.uk/open/Shuttleworth-Python-needs-to-focus-on-future--/news/111534
3 comments
"Python had missed a chance to in the ninties to become embedded in browsers, an opportunity that went to JavaScript..."
I didn't know this. Does anyone have a reference?
I didn't know this. Does anyone have a reference?
I don't know about any serious efforts to embed python into browser, but the point is valid. Due to recent Chrome developments, the bright future is with Javascript.
I think he's talking about this: http://grail.sourceforge.net/
Sounds like he's taking a stab at Python's reticence over removing the Global Interpreter Lock.
There's a branch of Python that removed the GIL. On single-threaded stuff, it's slower than regular Python.
http://codespeak.net/pypy/dist/pypy/doc/home.html