in reply to C compiler ... in Perl

I think this would be a better job for Parrot
--
dominix

Replies are listed 'Best First'.
Re: C compiler ... in Perl
by Abigail-II (Bishop) on Jan 06, 2004 at 11:35 UTC
    How come? Parrot seems to be a runtime environment targeted at dynamic languages. C is a lot, but it's not dynamic, it's quite static.

    Abigail

      well, you're right, but parrot already have a BASICcompiler/interpreter, so why not C.
      --
      dominix
        Are you implying BASIC and C are comparable languages?

        Abigail