Zaxebo Yaxebo schrieb am 06.11.2014 um 09:49:
> o good, that solved this issue.
>
> Thanks a lot
If you think there's anything missing from the documentation that would
have helped you find these features yourself, please consider submitting a
pull request that improves the current state.
Stefa
o good, that solved this issue.
Thanks a lot
Zaxebo1
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel
Zaxebo Yaxebo schrieb am 06.11.2014 um 02:35:
> Stefan>>> A directive, see Options.py. There are already two directives
> called "warn.undeclared" and "infer_types.verbose". Combining those should
> get close to what you are looking for.
>
> Zaxebo1>> thanks. it works as i wished. You are reall
Stefan>>> A directive, see Options.py. There are already two directives
called "warn.undeclared" and "infer_types.verbose". Combining those should
get close to what you are looking for.
Zaxebo1>> thanks. it works as i wished. You are really really my saviour.
===
Now only thing le
Zaxebo Yaxebo schrieb am 05.11.2014 um 19:35:
> 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://sta
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-stri
Zaxebo Yaxebo 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 "opti
ooops,following line in my earlier email:
"We are still using datatype."
should be read as:
"We are still using duck datatyping."
Zaxebo1
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-dev
Thanks for reply @Sturla.
1) Sturla>>> Originally Fortran's "implicit none".
Zaxebo>> Yes, you are right :-)
---
2) Sturla>>>
I am not sure why you use Python (including Cython) if you prefer to turn
off duck typing, though. You kn
Zaxebo Yaxebo 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+
10 matches
Mail list logo