2015-09-06 16:10 GMT+02:00 Vladimir Zhbanov <vzhbanov@gmail.com>:
Hi, guilers.

After speaking with a man who doesn't like scheme and wants to make all
his work in C, I wonder if there is an easy way to make the procedures
wholly written in Guile available in C, besides any kind of 'eval'.
Looking through the guile info I didn't found anything other

This is because this is contrary to the intended use of Guile (which focuses on having C procedures available in Scheme rather than other way around).

I think that you may take a look at something that compiles Scheme code to C, like Gambit, Chicken, Scheme->C or Stalin.