On Wed, 2005-03-30 at 10:20 +0200, Yuval Kogman wrote:
> Perl 6 has some more interesting capabilities for lexical scoped
> hinting of tradeoff preferences. For example:
> 
>       use less precision; # the default nums created in this scope are
>       # lower precision floats
> 
>       use less cpu; # many places this can have a desired effect
>       use less memory; # especially in the underlying impls of
>       # structures
> 
>       use less stuff; # might have a meaning for a library

Hmmm.. I wonder what this would do:

        use less syntax;

;-)


Reply via email to