> I have a program, static compiled from Chicken Scheme, that I'd like to > use in a lambdanative GUI. The plan was to simply call the program with > Gambits shell-command. Is there a better option I should consider? >
You could of course also run the CHICKEN program as a subprocess and communicate via stdio, I assume Gambit has some API for this. felix