rif writes:

 > Have I got the idea?

Yeah, it looks like you're starting to get the feel of what optimizing
Lisp is like.  You might also want to check out Python's non-standard
block-compilation abilities.  It can do a lot more with local
functions than with global functions, and every non-entrypoint
function within a block is treated more or less as if the whole thing
was a great big LABELS form.

If you haven't read the optimization section of the manual yet, you should.

-- 
           /|_     .-----------------------.                        
         ,'  .\  / | No to Imperialist war |                        
     ,--'    _,'   | Wage class war!       |                        
    /       /      `-----------------------'                        
   (   -.  |                               
   |     ) |                               
  (`-.  '--.)                              
   `. )----'                               

Reply via email to