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 -- http://mail.python.org/mailman/listinfo/python-list