Newbie: static typing?
Steven D'Aprano
steve at pearwood.info
Tue Aug 6 01:21:33 EDT 2013
On Mon, 05 Aug 2013 21:46:57 +0100, Rui Maciel wrote:
> Is there any pythonic way to perform static typing? After searching the
> web I've stumbled on a significant number of comments that appear to
> cover static typing as a proof of concept , but in the process I've
> found no tutorial on how to implement it.
Try Cobra instead. It's Python-like syntax, but allows static typing.
http://cobra-language.com/
--
Steven
More information about the Python-list
mailing list