scheme-faq-implementation


Scheme Frequently Asked Questions

The material on this page is licensed under the GNU Free Documentation License; either version 1.1, or (at your option) any later version. See scheme-faq-license for more information.

general | implementation | language | macros | misc | programming | standards

Implementation and Optimisation Issues

What are the most common optimization techniques?

When is it safe to allocate closures on the stack rather than the heap?

When is it safe to inline expressions?

When is it safe to eliminate environments?


category-scheme-faq