in reply to Damian Conway Talk from July 31, 2001

The talk lasted for about 4½ hours and that's because Damian was rushing through things. It started with the Director(?) of OGI introducing merlyn who in turn introduced Damian. Even though this was a free talk, everyone who attended received free T-shirts supplied by Stonehenge, merlyn's consulting company. Interestingly, the Director mentioned some of the things that merlyn and his company have done for the Perl community and I think many people are under the misapprehension that Randal contributes nothing but caustic remarks. Not true! Amongst other things, Stonehenge has helped ensure that Damian has the funding to keep running around the world and promoting Perl.

Also, the Code::Police module was directly inspired by one of the jokes merlyn told while he was there. Now I'm thinking about writing one that tries to 'correct' alternatives to CGI.pm.

Damian managed to sell me on most of the new features of Perl6 (currying is incredible!) and I'm eagerly looking forward to it. Read the links that lemming provided. Very interesting stuff.

Some of the features that may make it (that I am really looking forward to):

Cheers,
Ovid

Vote for paco!

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

Replies are listed 'Best First'.
Re: (Ovid - merlyn should get credit, too) Re: Damian Conway Talk from July 31, 2001
by lemming (Priest) on Aug 02, 2001 at 03:48 UTC

    Ack! I went by my notes late at night and forgot to credit merlyn! Shame on me. If it wasn't for merlyn, Damian would probably not of been speaking last night at OGI where merlyn teaches courses. Damian is having a couple days of courses there and if I had the cash, I would be in class right now. My plan of getting someone to hire me for the rest of the week and pay for training just didn't work.

  • use modules not on our system.
  • We might have a feature that will allow one to use a module that's not installed and have it downloaded from the CPAN, unpacked, compiled (if necessary) and installed when needed.

    I'd like the option of having that functionality, but I would hate for it to be default behaviour. It's like having CPAN automatically upgrade your Perl.

    Though that reminds me that Perl6 will have the ability to have different versions of the same module on your system. Which would make upgrading nervousness not quite so scary. Though, it also sounded like Perl6 will be better at DWIM than before as well. Such lines as <code> system("ls") || die "It didn't work\n";<code> will actually work as "expected".