[Python-Dev] A Hygienic Macro System in Python?

Barry Scott barry@barrys-emacs.org
Mon, 1 Apr 2002 23:36:19 +0100


The dislike for macros is welcome. When can I have a C interface to Python
that
has no macros?

I need to be able to dynamically load python in my application. Python
integration
is optional. I can look use the GetProcAddress to get a real functions, but
I have
to know the implementation inside the macros and duplicate that code. If
there are
a pure procedural interface it would be a lot easier for my type of app.

		BArry