Sturla>>> Ok, so it is to guard against spelling errors? Yes, thats a real big problem, once .
Others are sufferring from this too, as i mentioned in my original post Here are other people also requesting the similar thing: http://stackoverflow.com/questions/613364/is-there-a-need-for-a-use-strict- python-compiler http://stackoverflow.com/questions/13425715/does-python-have-a-use-strict- and-use-warnings-like-in-perl http://stevesprogramming.blogspot.in/2013/03/why-python-needs-perls-use- strict.html http://bytes.com/topic/python/answers/632587-python-feature-request-explicit- variable-declarations As cython already implements "cdef int a1","cdef double a2" type statements, so implementing "cdef var a1" and optionally making their explicit declaration on, should be a do-able thing. This "explcit declaration of variables - on" can be made by the programmer - either by "cython.option_strict(True)" or by some command line option to cython. ========== As i already mentioned, if this idea is fine with cython community then I am ready to donate some token money for implementation of this feature as soon as possible. Zaxebo1 _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel