[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4.5 Further examples
Further “idealized” examples are included in the doc/examples/c
distribution. They include programs to:
- Parse a startup file (C is the master world).
- Set up initial conditions for an n-body simulation (C is the master world).
- Implement a Scheme interpreter with all of Guile's goodies, plus the readline library and a fast Fourier transform routine provided in C (Scheme is the master world).