Re: $RS paragraph mode going away?

2002-07-06 Thread Rafael Garcia-Suarez
Larry Wall wrote : > > Paragraph mode is not going away--it's merely going elsewhere. :-) > >: If so, what's the rationale? Another case of "you can't do it right >: internationally, so better not to do it at all"? > > No, it's simply that using a global variable to control something > that s

Re: cvs commit: parrot/lib/Make CC_Obj.pm Dependency.pm Link_Obj.pm Perl_Obj.pm Target_Obj.pm

2002-07-06 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > 2) Only tested on Linux, but it will hopefully compensate for Windows C:\home\parrot>make.pl "Store" is not exported by the YAML module at C:\home\parrot\make.pl line 11 Can't continue after import errors at C:\home\parrot\make.pl line 11 BEGIN failed--compila

[COMMIT] Make rework...

2002-07-06 Thread Jeff
For those of us that don't read commit mail (Like me :), a primitive first cut of a new Make system has finally gone in. At the risk of recapping the commit message, here goes. The system is in two parts. The first is the new make.pl script, which defines the basic dependencies programmatically. D

Re: Perl6 grammar (take IV)

2002-07-06 Thread Trey Harris
In a message dated Sat, 6 Jul 2002, Sean O'Rourke writes: > - Implicit currying variables ($^a etc) are in. I thought I had read > somewhere they were gone in favor of closure args, but people seem > to be using them, and they're not hard to put in. My understanding is that they still exist

Re: Perl 6 Summary

2002-07-06 Thread Thom Boyer
Peter Scott wrote: > At 01:54 PM 7/3/02 -0600, Thom Boyer wrote: > >> I'm personally MUCH more interested in Python's generators >> . >> >> A generator is like an iterator in that it can produce >> a series of values. But unlike iterators, when you ask

Re: Perl6 grammar (take IV)

2002-07-06 Thread Larry Wall
On Sat, 6 Jul 2002, Trey Harris wrote: : In a message dated Sat, 6 Jul 2002, Sean O'Rourke writes: : > - Implicit currying variables ($^a etc) are in. I thought I had read : > somewhere they were gone in favor of closure args, but people seem : > to be using them, and they're not hard to put

Re: Perl 6 Summary

2002-07-06 Thread Larry Wall
On Sun, 7 Jul 2002, Thom Boyer wrote: : Has there been any indication whether those suggestions have met : with Larry's approval? There will certainly be support for that sort of thing in Parrot, up to and including continuations. Otherwise we cannot hope to host all these other languages. Exac

Re: cvs commit: parrot/lib/Make CC_Obj.pm Dependency.pmLink_Obj.pmPerl_Obj.pm Target_Obj.pm

2002-07-06 Thread Jeff
Sebastian Bergmann wrote: > > [EMAIL PROTECTED] wrote: > > 2) Only tested on Linux, but it will hopefully compensate for Windows > > C:\home\parrot>make.pl > "Store" is not exported by the YAML module at > C:\home\parrot\make.pl line 11 > Can't continue after import errors at C:\home\par