[Matrix-SIG] Fortran-to-python-interface-generator: looking for opinions

jhauser@ifm.uni-kiel.de jhauser@ifm.uni-kiel.de
Fri, 27 Aug 1999 19:54:26 +0200 (CEST)


If you say additional flags, do you mean flags during the
extension_module creation or at runtime?

If at creation time, I would say, if one does see a need to write
additional wrapper code in Python he can choose the option flag to
produce a raw-binding (1).

For the rest I like (3) as the default. One question I have, how would 
common blocks be handled. If these are wraped into workspace fields on 
the python side than there needs to be a way to use them as arguments.

But I don't know if you think already about common-blocks.

0.02 
__Janko