This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Python frontend?


John wrote:
Has anyone conceived a python frontend for gcc?

Yes, I did conceive of such a thing a few years back. And I was probably not the first.


Would it be possible?

Yes. But, not easy. And, because Python is so dynamic, you would end up emitting a lot of calls to runtime support routines for things that look like built-in operators.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]