TPython:An Extension of Python

Yu Chao,Zhou Tianlin,Zhou Xiaoyu,Chen Lin,Xu Baowen
DOI: https://doi.org/10.3969/j.issn.1672-9722.2009.05.015
2009-01-01
Abstract:Python is a popular dynamic language,but its implementation efficiency and usability are affected by its totally dynamic property.So a TPython by extending Python has been created.TPython supports optional type declaration in comments and static checks including type check.Comparing to the dynamic languages,TPython can improve the readability and stability of the program,and can reduce the cost of tests.Comparing to the static languages,TPython still has the advantages of simple syntax and easy development.
What problem does this paper attempt to address?