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


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

Statically type-checked variant of Python

Started bymusicdenotation@gmail.com
First post2014-07-02 15:26 +0700
Last post2014-07-02 12:15 +0000
Articles 2 — 2 participants

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


Contents

  Statically type-checked variant of Python musicdenotation@gmail.com - 2014-07-02 15:26 +0700
    Re: Statically type-checked variant of Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-02 12:15 +0000

#73828 — Statically type-checked variant of Python

Frommusicdenotation@gmail.com
Date2014-07-02 15:26 +0700
SubjectStatically type-checked variant of Python
Message-ID<mailman.11402.1404289622.18130.python-list@python.org>
PHP has Hack, JavaScript has TypeScript, Python has what?

[toc] | [next] | [standalone]


#73835

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2014-07-02 12:15 +0000
Message-ID<53b3f7e6$0$29985$c3e8da3$5496439d@news.astraweb.com>
In reply to#73828
On Wed, 02 Jul 2014 15:26:07 +0700, musicdenotation wrote:

> PHP has Hack, JavaScript has TypeScript, Python has what?

I don't know if this counts, but there's Cobra:

http://cobra-language.com/

http://cobra-language.com/docs/python/

Cobra has a lot more than just (optional) static typing. Some of the 
features strike me as good ideas, such as contracts and unit tests, some 
as dubious (there's a lot of changes to the syntax which, in my opinion, 
hurt readability). But overall, it strikes me as a very exciting language.


-- 
Steven

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web