Re: rethinking printf

2002-03-18 Thread Luke Palmer
On Mon, 18 Mar 2002, Jim Cromie wrote: > Rich Morin wrote: > > > At 11:24 PM -0500 3/6/02, Uri Guttman wrote: > > > >> qn would be just like qq but not allow any > >> direct hash interpolations (%foo or %foo{bar}). you can always get those > >> with $() if needed. this solves the common c

Re: rethinking printf

2002-03-18 Thread Jim Cromie
Rich Morin wrote: > At 11:24 PM -0500 3/6/02, Uri Guttman wrote: > >> qn would be just like qq but not allow any >> direct hash interpolations (%foo or %foo{bar}). you can always get those >> with $() if needed. this solves the common case with a minimal of noise >> and the uncommon case h

Re: Metadata

2002-03-18 Thread Larry Wall
Charles Bunders writes: : I came across Simon Cozens email : (http:[EMAIL PROTECTED]/msg08641.html) again : tonight and it got me thinking... : : In Perl 6 are modules compiled down to pbc (Perl byte code) going to also : create metadata similar to what .NET has describing methods, use, etc. We