A look at Parrot 1.0
A look at Parrot 1.0
Posted Mar 27, 2009 4:15 UTC (Fri) by Ze (guest, #54182)In reply to: A look at Parrot 1.0 by Frej
Parent article: A look at Parrot 1.0
>>But hasn't LLVM already partly delivered what parrot promised?
I would have preferred to see more work going into LLVM.
Parrot/Perl developers will argue that's it's for statically typed languages and not dynamically typed languages. I'd argue that type discovery (and particularly over the whole program) allows us to to infer the type in the vast majority of cases.
I'd also argue that dynamically typed languages are horrible hacks :p I'd much rather have a compiler automatically test for some errors than rely on them to be produced at runtime.
