Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50425 > unrolled thread

Mypy

Started bySteven D'Aprano <steve@pearwood.info>
First post2013-07-11 08:02 +0000
Last post2013-07-11 19:55 +0200
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  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

#50425 — Mypy

FromSteven D'Aprano <steve@pearwood.info>
Date2013-07-11 08:02 +0000
SubjectMypy
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]


#50426

FromFábio Santos <fabiosantosart@gmail.com>
Date2013-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]


#50469

FromStefan Behnel <stefan_ml@behnel.de>
Date2013-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