On Mon, Mar 22, 2010 at 7:49 PM, Pavel Solin <[email protected]> wrote: > Hi Ondrej, this is fantastic! What are the next steps > you plan to do?
Right now I am testing hermes2d with hermes_common, last time there were some little problems. I'll see how difficult is to get a patch working, that other people can review. If it takes quite some time, I'll try to do hermes1d first, as that should be easier. If it doesn't, I'll do hermes2d first, as I did most of the work already for it. > > My only question is whether the class should > be called Python. Python is the name of > a programming language, and this class does > something slightly different. That's a good point. I CCed cython-dev. What do people think? I quite like Python(), as it's short and it initializes the Python interpreter, and Python::push(), Python::pull() and Python::exec() are all methods of the class, that push, pull a symbol or execute some statement in Python, so speaking for myself, the naming is natural. But I can change it, that's not a problem. Ondrej _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
