On Thursday, May 30, 2002, at 09:13 , Jackson, Harry wrote:

>
> Not sure if anyone is interested but have a look for perlcc on google. It
> compiles perl into c
>
> Harry

and if you read the perldoc on it, it's a beta release
and is not guranteed to be sane or stable.... and it's
not the stuff that I would blindly tack over and presume
that I can do the requisite

        $CC $CFLAG.... $OBJ

sort of make file Foo on...

there are places where it is a way to do a

        perl2c

just as they have

        a2p
and
        s2p

to translate into perl....

If you've got the Juevoes, go for it....

But I would recommend that you check the 'c' code it
generates and use that as a basis for 'real c code'
just as one should when using a2p and s2p - so that
one doesn't have just a slaven translation....

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to