[Python-Dev] A Hygienic Macro System in Python? (original) (raw)
Barry Scott barry@barrys-emacs.org
Mon, 1 Apr 2002 23:36:19 +0100
- Previous message: [Python-Dev] [development doc updates]
- Next message: [Python-Dev] A Hygienic Macro System in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [development doc updates]
- Next message: [Python-Dev] A Hygienic Macro System in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]