I will be writing a script in Guile that will call many
custom functions. I could write these additional functions
in Guile or C - they are very simple error logging things
and such.
Since I will already be running Guile, will it impact performance
one way or another to do the extra functions in Guile?
-Dave