Fri 7 Jan 2005
Static typing for python has been discussed a bit around Red Hat as something that would make developing larger scaled projects in Python a dream. Well today I ran across these blogs from Guido van Rossum:
The simple writeup
Optional Static Typing — Stop the Flames!
The more indepth writeups
Adding Optional Static Typing to Python
Adding Optional Static Typing to Python — Part II
While this doesn’t mean we will get static typing anytime soon, since Guido is pushing it has a good chance of getting into the language.
–
J5