"Rahul Garg" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| Note this message has been posted to numpy-discussion and python-dev.
| Sorry for the multiple posting but I thought both python devs and
| numpy users will be interested. If you believe your list should not
| receive this
On Sun, Apr 6, 2008 at 8:48 PM, Rahul Garg <[EMAIL PROTECTED]> wrote:
> function. This
> idea is directly copied from PLW (Python Language Wrapper) project.
> Once Python3k arrives, much of these declarations will be moved to
> function annotations and class decorators.
Python 3k alpha4 is av
> (Though as the saying goes, little duplication is normal (and perhaps
> wanted) for open source software.)
Sorry! I meant "a little", completely reversing the meaning of my sentence.
Dag Sverre
___
Numpy-discussion mailing list
Numpy-discussion@scip
> What is Spyke?
> In many performance critical projects, it is often necessary to
> rewrite parts of the application in C. However writing C wrappers can
> be time consuming. Spyke offers an alternative approach. You add
> annotations to your Python code as strings. These strings are
> discarded
Hi Rahul,
Nice project. I think you are taking the right direction with type
annotations. I you get this working and reliable, you will be much loved
by the community.
On Sun, Apr 06, 2008 at 11:19:58PM -0500, Travis E. Oliphant wrote:
> > c) Strings as type declarations : Do you think I should
What will be the licensing of this project? Do you know yet?
I have a couple of comments because I've been thinking along these lines.
> What is Spyke?
> In many performance critical projects, it is often necessary to
> rewrite parts of the application in C. However writing C wrappers can
> be t
Rahul Garg wrote:
> Note this message has been posted to numpy-discussion and python-dev.
> Sorry for the multiple posting but I thought both python devs and
> numpy users will be interested. If you believe your list should not
> receive this email, let me know. Also I just wanted to introduce
Note this message has been posted to numpy-discussion and python-dev.
Sorry for the multiple posting but I thought both python devs and
numpy users will be interested. If you believe your list should not
receive this email, let me know. Also I just wanted to introduce
myself since I may ask dou