| primitive (Scheme) |
| List of: | Glossary Items | |
| Subjects: | Scheme AIDE Application, Scheme Interface | |
| Contents: | Glossary | |
| A Scheme primitive is a Scheme procedure that is defined to the Scheme Interpreter at load time, either by being part of the native Scheme language, such as (define green 2), or by being a Scheme extension written in C++, such as (solid:block (position 0 0 0) (position 10 10 10)). | |||||