On Sun, Sep 06, 2015 at 05:23:38PM +0200, Panicz Maciej Godek wrote: > 2015-09-06 16:10 GMT+02:00 Vladimir Zhbanov <vzhba...@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.
Sorry, I won't use them, the project in question is gEDA and (I hope) it hardly will use any other Scheme dialect in the near future. Thanks, Vladimir