Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86377 > unrolled thread
| Started by | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| First post | 2015-02-25 16:47 +1100 |
| Last post | 2015-02-27 12:51 -0800 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Pyston 0.3 self-hosting Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-25 16:47 +1100
Re: Pyston 0.3 self-hosting Travis Griggs <travisgriggs@gmail.com> - 2015-02-27 12:41 -0800
Re: Pyston 0.3 self-hosting Ethan Furman <ethan@stoneleaf.us> - 2015-02-27 12:51 -0800
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2015-02-25 16:47 +1100 |
| Subject | Pyston 0.3 self-hosting |
| Message-ID | <54ed620d$0$11100$c3e8da3@news.astraweb.com> |
Pyston 0.3, the latest version of a new high-performance Python implementation, has reached self-hosting sufficiency: http://blog.pyston.org/2015/02/24/pyston-0-3-self-hosting-sufficiency/ -- Steve
[toc] | [next] | [standalone]
| From | Travis Griggs <travisgriggs@gmail.com> |
|---|---|
| Date | 2015-02-27 12:41 -0800 |
| Message-ID | <mailman.19314.1425069721.18130.python-list@python.org> |
| In reply to | #86377 |
> On Feb 24, 2015, at 9:47 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > > Pyston 0.3, the latest version of a new high-performance Python > implementation, has reached self-hosting sufficiency: > > > http://blog.pyston.org/2015/02/24/pyston-0-3-self-hosting-sufficiency/ > Does it do python3.4 yet?
[toc] | [prev] | [next] | [standalone]
| From | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| Date | 2015-02-27 12:51 -0800 |
| Message-ID | <mailman.19315.1425070296.18130.python-list@python.org> |
| In reply to | #86377 |
[Multipart message — attachments visible in raw view] — view raw
On 02/27/2015 12:41 PM, Travis Griggs wrote: > >> On Feb 24, 2015, at 9:47 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: >> >> Pyston 0.3, the latest version of a new high-performance Python >> implementation, has reached self-hosting sufficiency: >> >> >> http://blog.pyston.org/2015/02/24/pyston-0-3-self-hosting-sufficiency/ From their github site [1]: Currently, Pyston targets Python 2.7, only runs on x86_64 platforms, and only has been tested on Ubuntu. Support for more platforms -- along with Python 3 compatibility -- is desired but currently not on the roadmap. -- ~Ethan~ [1] https://github.com/dropbox/pyston
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web