Re: Tasks for the interested

2002-06-19 Thread Joe Avis
> 2) The same as #1, only for Python Python Byte Code Instructions http://www.python.org/doc/current/lib/bytecodes.html __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com

Re: Irrational fear of macros

2002-06-19 Thread Michael G Schwern
On Tue, Jun 18, 2002 at 01:25:49PM -0400, Melvin Smith wrote: > 1) Macros and debuggers don't play as well together. I second that. One of my biggest barriers to useful debugging of perl5 is having, for example, an HV and having to unroll something like the SvRMAGICAL() macro to figure out if it

matrix design

2002-06-19 Thread Josef Höök
Ok now what do you think of representing matrices as below: Pointer to array of pointers of pointers, with the array elements pointing to the first element in the rows of each matrix and each element in the rows in turn pointing to a pmc. I havent thought alot on how we should do operations with

Re: More 6PAN musings: local namespaces

2002-06-19 Thread Aaron Sherman
On Tue, Jun 18, 2002 at 05:32:40PM -0700, Larry Wall wrote: > > I expect to end up with a multi-level system, where you can use anything from > a DNS name (guaranteed to contain dots) through author IDs (no dots) to > blessed top-level names for universally acclaimed modules, for some definition