Hacker News new | ask | show | jobs
by rattray 4195 days ago
Pyston is a very exciting project. The commit velocity on github seems quite high [0]. Here's the latest status update on their blog, for those interested: http://blog.pyston.org/2014/11/21/pyston-status-update/

[0] https://github.com/dropbox/pyston/graphs/commit-activity

1 comments

Except it's not targeting Python 3

Pypy is pushing towards full 3.4 slowly, which is good because I want some of that Juicy STM support in my web apps.

You are one of few concerned with Python3 targets. Pyston, PyPy are all mostly Python(2) projects. PyPy3 does exist, but it's considered beta and not recommended for production use as PyPy is.

Python(2) code/libraries will mainly survive on PyPy/Pyston going forward. With stuff like Nim and Rusthon, I think something like those will carry the torch forward after Python(2), rather than Python3.