Guile vs C performance

David Tillman (dtillman@cannonexpress.com)
Thu, 6 Aug 1998 08:15:01 -0500

This is not the usual Scheme vs C question but it will
show how shallow the depth of my Guile knowledge is.

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