Zaxebo Yaxebo <zaxe...@gmail.com> wrote: > > Zaxebo>> > I am NOT saying to implement datatyping(that is already part of cython by > "cdef int","cdef double"). I am NOT saying to turn off duck typing. > What i am requesting is: declaration of variables without data > typing (like: cdef "var" ). And "optionally making them to be explicit". > It is not required to make each variables data type to be put in the > program, only declared as: > cdef var a1 > So there is no problem to the concept of duck typing in this case. > > Hence Again , THEIR PRE-DECLARATION (using "var") is to be made explicit, > not their datatypes ("int,double" etc do not need to be specified). Hence, > we are not making duck typing off. We are still using datatype.
Ok, so it is to guard against spelling errors? Sturla _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel