Aaaron~

On Wed, 30 Mar 2005 08:48:55 -0500, Aaron Sherman <[EMAIL PROTECTED]> wrote:
> 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;
> 
> ;-)

Back out the entire p6 grammar and put in lisp's instead...

Matt
-- 
"Computer Science is merely the post-Turing Decline of Formal Systems Theory."
-???

Reply via email to