gradual typing for Python (slides)
Posted: Mon Feb 09, 2009 3:27 am
http://www.reddit.com/r/programming/com ... df_slides/
Looks like the trend is to evolve Python towards static typing. Meanwhile, C# is growing constructs that allow for dynamic typing. Will both languages converge in the not so distant future, with the only main difference being "braces vs indentation"? I wouldn't be surprised...
EDIT: of course I don't mean that the "official" line of Python will add static typing any time soon to the language, but rather that each day more Python developers are growing aware that a little bit of static typing is not so bad after all, just as C# developers realize that a static type system gets in the way too often. This will increase the popularity of static typing tools for Python, but also open the doors to new languages that offer both paradigms, like Cobra. Good insight, Chuck!
Looks like the trend is to evolve Python towards static typing. Meanwhile, C# is growing constructs that allow for dynamic typing. Will both languages converge in the not so distant future, with the only main difference being "braces vs indentation"? I wouldn't be surprised...
EDIT: of course I don't mean that the "official" line of Python will add static typing any time soon to the language, but rather that each day more Python developers are growing aware that a little bit of static typing is not so bad after all, just as C# developers realize that a static type system gets in the way too often. This will increase the popularity of static typing tools for Python, but also open the doors to new languages that offer both paradigms, like Cobra. Good insight, Chuck!