[Cython] [FEATURE REQUEST] VisualBasic

Sturla Molden sturla.molden at gmail.com
Wed Nov 5 17:55:17 CET 2014


Zaxebo Yaxebo <zaxebo1 at 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



More information about the cython-devel mailing list