Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.

Previous: , Up: Guile Implementation   [Contents][Index]


9.4 Compiling to the Virtual Machine

Compilers have a mystique about them that is attractive and off-putting at the same time. They are attractive because they are magical – they transform inert text into live results, like throwing the switch on Frankenstein’s monster. However, this magic is perceived by many to be impenetrable.

This section aims to pay attention to the small man behind the curtain.

See Read/Load/Eval/Compile, if you’re lost and you just wanted to know how to compile your .scm file.