Re: [Felix-language] Python generator

2008-09-08 Thread john skaller
On 09/09/2008, at 8:47 AM, john skaller wrote: > > On 08/09/2008, at 11:42 PM, Jacques Carette wrote: > >> Neat. >> >> The one obvious question is: how many of those 'Py' are actually >> needed, and how many are your choice of naming? [] > My convention wrapping foreign libraries at the low lev

Re: [Felix-language] Python generator

2008-09-08 Thread john skaller
On 08/09/2008, at 11:42 PM, Jacques Carette wrote: > Neat. > > The one obvious question is: how many of those 'Py' are actually > needed, and how many are your choice of naming? In other words, > could you rewrite that piece of Felix code for us, keeping the > occurrences of 'py' [in any c

Re: [Felix-language] Python generator

2008-09-08 Thread Jacques Carette
Neat. The one obvious question is: how many of those 'Py' are actually needed, and how many are your choice of naming? In other words, could you rewrite that piece of Felix code for us, keeping the occurrences of 'py' [in any casing, appearing anywhere in the program] to an absolute minimum?

[Felix-language] Python generator

2008-09-08 Thread john skaller
Here is how it goes now: First, I put this file in directory config: Macintosh:fbld johnskaller$ cat config/python.fpc Name: Python cflags: -I/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ Python.framework/Versions/2.5/include/python2.5/ includes: "Python.h" requires_dlibs: -L/Develop