At 10:37 AM -0500 2/4/03, Phil Hassey wrote:
List,
I've been lurking here for about two months, after having read the summaries
for several months previous. I'm interested in parrot because 1. I want it
very badly for php / python / perl combinationability(?) 2. Just reading
about the project i
> "PH" == Phil Hassey <[EMAIL PROTECTED]> writes:
PH> 1. Function case -- some languages like php don't use case for
PH> function or method names. Thus $a->toString(); is the same as
PH> $a->tostring(); However, a language like java does care. How will
PH> php be able to call the co