Dag Sverre Seljebotn <[EMAIL PROTECTED]> writes: > > Some random thoughts on this: > > This is basically two orthogonal things (as given in two seperaate examples): > a) Automatic inclusion of .h-files "as if they were pxd files" (or, making pxds unecessary). This has very > wide uses. > > b) Automatic generation of wrappers for cpp classes. > > I think a) has a very wide circle of potential users, and perhaps getting this integrated first could be a > first goal here? >
I realy think that b) can be expanded, to "Automatic generation of wrappers to anything from C/C++", my humble vision of such tools like cython is to be very transparent for base language and to give a feature not to declare things twice in cython and C/C++ code. I know that the cython is not just a tool but a language, but it must be really helpful in all applications even in simple ones. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
