On Thu, 31 Aug 2000, David L. Nicol wrote: > We're talking about making a faster Perl. C's syntax requires enough > clarity to compile to something quick. it is a very short hop from > my dog $spot; > to > dog spot; What about the second version would result in faster execution? Do you think that the "$" slows down Perl? Is it that dropping the "my" would make "spot" global and thus faster? What are you getting at? Again: C doesn't get its speed from its syntax. Supporting C-esque syntax doesn't make Perl faster. -sam
- Re: the C JIT Nathan Wiger
- Re: the C JIT David L. Nicol
- Re: the C JIT Nathan Wiger
- Re: the C JIT David L. Nicol
- Re: the C JIT Nathan Wiger
- we already have barewords as variables if we want them Re: ... David L. Nicol
- Re: we already have barewords as variables if we want them ... John Porter
- Re: we already have barewords as variables if we want them ... David L. Nicol
- Re: we already have barewords as variables if we want them ... David L. Nicol
- Re: we already have barewords as variables if we want them ... John Porter
- Re: the C JIT Sam Tregar
- Re: the C JIT David L. Nicol
- Re: the C JIT Ken Fox
- Re: the C JIT David L. Nicol
- Re: the C JIT Ken Fox
- Re: the C JIT David L. Nicol
- Re: the C JIT Uri Guttman
- Re: the C JIT John Porter
- Re: the C JIT John Porter
- Re: the C JIT John Porter
- Re: RFC 155 - Remove geometric functions from core Russ Allbery