RE: PL/Parrot

2006-07-14 Thread Butler, Gerald
Would it make sense to implement the PostgreSQL SPI interface as a set of Parrot PMC's; then ANY HLL on Parrot could use those PMC's? Or could the SPI be wrapped by PERL for example, and then the OTHER HLL's simply use the classes/objects of the PERL interface? -Original Message- From: D

Re: PL/Parrot

2006-07-14 Thread David Fetter
On Thu, Jul 13, 2006 at 12:57:18PM -0400, Butler, Gerald wrote: > Would it make sense to implement the PostgreSQL SPI interface as a > set of Parrot PMC's; then ANY HLL on Parrot could use those PMC's? > Or could the SPI be wrapped by PERL for example, and then the OTHER > HLL's simply use the cla