Also, rest of Larry's talk transcribed

2000-10-30 Thread Nathan Torkington
Here's the rest of my transcription of Larry's talk. He hasn't had time to proofread it, so I'm posting it now in the interest of getting it out. Ask, please add it to your page at dev.perl.org. When you do, please send mail to pudge and mjd so they can announce the completed transcription on p

Larry's ALS talk summary

2000-10-30 Thread Nathan Torkington
Here's a summary of the points that came up in Larry's Atlanta Linux Showcase talk. I've run this summary past Larry, and he has approved it as being a fair representation of what he said. Remember that these are just his current thoughts, not concrete decisions. This is available on the web th

Larry's ALS talk

2000-10-30 Thread Nathan Torkington
Now available: mp3s, a full text transcription, his slides, and a bullet-point summary of the perl6 content. http://dev.perl.org/~ask/als/ Cheers; Nat

Re: Larry's ALS talk summary

2000-10-30 Thread John Siracusa
Not to seem ungrateful, but is there any hope of getting the slides up as well? You'd think it'd be a no-brainer, but there have been many Wall speeches that have gone by with no slides on the web (well, none that I could find, anyway.) I want to know what the audience is laughing at... :) -Joh

Re: Larry's ALS talk summary

2000-10-30 Thread Nathan Torkington
John Siracusa writes: > Not to seem ungrateful, but is there any hope of getting the slides up as > well? You'd think it'd be a no-brainer, but there have been many Wall > speeches that have gone by with no slides on the web (well, none that I > could find, anyway.) I want to know what the audie

RE: How to tell (in perl5) if friz is a core command or not?

2000-10-30 Thread Garrett Goebel
From: David L. Nicol [mailto:[EMAIL PROTECTED]] > > Is there a way to determine if a word is defined as a command? (A few > methods come to mind, including getting a list from the documentation > and making a hash of it) foreach my $func (qw(grep map die printf sprintf foo bar baz)) { eval {

Re: How to tell (in perl5) if friz is a core command or not?

2000-10-30 Thread John Porter
Garrett Goebel wrote: > eval { prototype "CORE::$func" }; Strangely, prototype() "works" in 5.004_04, but does not throw the exception for non-existent functions. -- John Porter

is this list still operational?

2000-10-30 Thread Jeff Pinyan
If not, bummer, I'm too late. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ PerlMonth - An Online Perl Magazinehttp://www.perlmonth.com/ The Perl Archive - Articles, Forums, etc.http://www.perlarchive.com/ CPAN - #1 Perl Resource (my id: PINYAN)

Re: is this list still operational?

2000-10-30 Thread Casey R. Tweten
Today around 4:29pm, Jeff Pinyan hammered out this masterpiece: : If not, bummer, I'm too late. It would seem that you're too late, for a value of late. People are still discussing Perl 6 stuff on a few other lists ( -language, -internals ), I don't see why casual conversation should be avoide

RegexParser-0.02 available (fwd)

2000-10-30 Thread Jeff Pinyan
This may be of interest to people, maybe not. >RegexParser.pm, a Perl regular expression parser, is available for public >scrutiny. It's NOT on CPAN yet -- I plan to wait until I can nail any >bugs down. > >It will also be undergoing some root canal surgery, since I plan to >rethink the method i

Re: Larry's ALS talk summary

2000-10-30 Thread Jarkko Hietaniemi
> * XS, the system for extending Perl with C or C++, will be replaced > with something much easier to use. This will give people very > convenient access to existing code libraries, and write C or C++ > subroutines that can be called as Perl subroutines from Perl code > to take