On Thu, Dec 20, 2007 at 11:35:44AM -0600, Jonathan Scott Duff wrote:
> On Thu, Dec 20, 2007 at 11:23:05AM -0600, Jonathan Scott Duff wrote:
> > Adriano answered #1 I think:  $yaml = Q:!c"{ $key: 42 }";
> 
> Er, I just looked over the spec again and realized that Q does
> absolutely no interpolation, so it would be more like this:
> 
>     $yaml = Q:qq:!c"{ $key: 42 }";
> 
> or perhaps
> 
>     $yaml = qq:!c"{ $key: 42 }";

To me they look like abominations. Is there any pressing need to have code
interpolate, other than for simple convenience?

-- 
"You may not work around any technical limitations in the software"
    -- Windows Vista license

Reply via email to