Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: p2c (was Re: a program by any other name...) Message-ID: <7763@jpl-devvax.JPL.NASA.GOV> Date: 13 Apr 90 02:48:03 GMT References: <1990Apr13.002854.15244@uvaarpa.Virginia.EDU> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 14 The name of it might well be perl -c. You could almost pipe the output of perl -D1024 to a code generator. Spitting out C code isn't the hard part. The hard part is writing the library to go with it... The runtime system of perl 3.0 is much closer to what you'd need than 2.0 was, but it's not all the way there yet. This was part of the motivation for going to something more resembling a stack machine internally. I know, we could name it "pc", and offend the Pascallers, the radicals and IBM all at once. Larry