Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50425 > unrolled thread
| Started by | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| First post | 2013-07-11 08:02 +0000 |
| Last post | 2013-07-11 19:55 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Mypy Steven D'Aprano <steve@pearwood.info> - 2013-07-11 08:02 +0000
Re: Mypy Fábio Santos <fabiosantosart@gmail.com> - 2013-07-11 09:16 +0100
Re: Mypy Stefan Behnel <stefan_ml@behnel.de> - 2013-07-11 19:55 +0200
| From | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| Date | 2013-07-11 08:02 +0000 |
| Subject | Mypy |
| Message-ID | <51de667e$0$29866$c3e8da3$5496439d@news.astraweb.com> |
Things are certainly heating up in the alternate Python compiler field. Mypy is a new, experimental, implementation of Python 3 with optional static typing and aiming for efficient compilation to machine code. http://www.mypy-lang.org/index.html -- Steven
[toc] | [next] | [standalone]
| From | Fábio Santos <fabiosantosart@gmail.com> |
|---|---|
| Date | 2013-07-11 09:16 +0100 |
| Message-ID | <mailman.4575.1373530613.3114.python-list@python.org> |
| In reply to | #50425 |
[Multipart message — attachments visible in raw view] — view raw
On 11 Jul 2013 09:08, "Steven D'Aprano" <steve@pearwood.info> wrote: > > Things are certainly heating up in the alternate Python compiler field. > Mypy is a new, experimental, implementation of Python 3 with optional > static typing and aiming for efficient compilation to machine code. > > http://www.mypy-lang.org/index.html > Guido tweeted that yesterday. It seems interesting. Although I'm not comfortable using a subset of the language. They seem to want to kill the GIL. This could get much more popular when they do.
[toc] | [prev] | [next] | [standalone]
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Date | 2013-07-11 19:55 +0200 |
| Message-ID | <mailman.4598.1373565343.3114.python-list@python.org> |
| In reply to | #50425 |
Fábio Santos, 11.07.2013 10:16: > Guido tweeted that yesterday. It seems interesting. Although I'm not > comfortable using a subset of the language. > > They seem to want to kill the GIL. This could get much more popular when > they do. Then don't forget to also take a look at Cython. Stefan
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web