On Tue, Mar 08, 2011 at 07:35:59PM +0000, Andrew S. Townley wrote: > Based on your answers though, it still seems like this should be possible > using a C++ as C host implementation strategy--convoluted as it may sound.
You may be interested to know that Lucy has to compile under C++ because we run MSVC in C++ mode in order to get support for mixed declarations and code. Our dialect of C is the intersection of C++ and C99. Marvin Humphrey
