Hi!
I've been a little bit busy last months, now I'm back.
I made first steps on implementing local type inference, TI for
assignments not only for their names.
Here is sample program that works:
(_entry_split) vitja@mchome:~/work/cython-vitek-git/zzz$ cat tf.pyx
# cython: infer_types.verbose=Tr
2012/7/13 Vitja Makarov :
> Hi!
>
> I've been a little bit busy last months, now I'm back.
>
> I made first steps on implementing local type inference, TI for
> assignments not only for their names.
> Here is sample program that works:
>
> (_entry_split) vitja@mchome:~/work/cython-vitek-git/zzz$ ca