Andreas Klöckner

Results 924 comments of Andreas Klöckner

I had to revert #23 for the time being as it caused a bit more breakage than anticipated. #25 is the new version.

Sure, send a patch--but make sure to keep it backwards compatible (and make it so the now-deprecated location complains with a `DeprecationWarning`).

You certainly can. Just grab a `Struct` and fill it up with data and functions(i.e. methods). `private`/`protected` are not supported at this moment, but should be an easy patch if...

Sure, I'd be happy to have that. Thanks for offering.

Sure. I'd be happy to take a patch.

No, [modepy](http://documen.tician.de/modepy) does something entirely different--it's a helper for high-order methods. :)

I don't have any immediate plans to add Windows support to CodePy. (I find that doing JIT/code generation using (Py)OpenCL is more robust and easier.) I'd be happy to take...