This module contains a generic interface for a Guile interpreter.
You can eval strings and get the output back.

Any Guile-scriptable app can export the interface. 

Also included is a REPL executable, borrowed from scwm, to talk
to any instance of the Guile interface.
