What's new? | Help | Directory | Sign in
Google
cat-language
The Cat Programming Language Project
  
  
  
  
    
Search
for
Updated May 21, 2007 by cdiggins
Labels: Usage, Glossary
InlineExpansion  
About inline expansion.

Inline Expansion

Inline expansion is an optimization technique that replaces function calls with function bodies. This can be done for a quotation using #i or #i0 meta-command. The #i performs up to 5 passes and the #i0 meta-command performs a single pass.


Sign in to add a comment