Re: Macro arguments themselves

2003-09-13 Thread Alex Burr
--- Austin Hastings [EMAIL PROTECTED] wrote: --- Luke Palmer [EMAIL PROTECTED] wrote: Then again, there are some very talented people with a lot of free time in the Perl community; I wouldn't count it out. That looked to me like a Damian troll, hoping that DC would pop up and

Constant array or array of constant?

2003-09-13 Thread Luke Palmer
I was reading through E6 again, and noticed something a little troubling: sub part ([EMAIL PROTECTED] is rw) {...} Well, Iof course @_ Cis rw! Otherwise we wouldn't be able to Cshift things off of it. What was actually meant, I presume, is: sub part ([EMAIL PROTECTED] of (Object is

Re: Next Apocalypse

2003-09-13 Thread Jonadab the Unsightly One
Dan Sugalski [EMAIL PROTECTED] writes: Next Apocalypse is objects, and that'll take time. Objects are *worth* more time than a lot of the other topics. Arguably, they're just as important as subroutines, in a modern language. Speaking of objects... are we going to have a built-in object

Re: Next Apocalypse

2003-09-13 Thread Luke Palmer
Jonadab the Unsightly One writes: Dan Sugalski [EMAIL PROTECTED] writes: Next Apocalypse is objects, and that'll take time. Objects are *worth* more time than a lot of the other topics. Arguably, they're just as important as subroutines, in a modern language. Speaking of objects...

Re: Next Apocalypse

2003-09-13 Thread martin
On Sat, 13 Sep 2003, Luke Palmer wrote: Also, the standard library, however large or small that will be, will definitely be mutable at runtime. There'll be none of that Java you can't subclass String, because we think you shouldn't crap. Java's standard class library is a mishmash of things