[Cython] [FEATURE REQUEST] VisualBasic "Option Explicit" / Perl "use strict" -- bringing variable pre-declaration to cython optionally

Sturla Molden sturla.molden at gmail.com
Wed Nov 5 07:25:42 CET 2014


Zaxebo Yaxebo <zaxebo1 at gmail.com> wrote:

> NOTE: This feature request is analogous to VisualBasic's "Option Explicit"
> and perl's "use strict"

Originally Fortran's "implicit none". 

I am not sure why you use Python (including Cython) if you prefer to turn
off duck typing, though. You know where to find Java or C++ if that is what
you want.

Sturla



More information about the cython-devel mailing list