Re: simple example to evaluate strings

2013-12-21 Thread Paul Emsley
On 21/12/13 03:57, Josh Stratton wrote: I'm completely new to guile and am trying to find a simple example of evaluating a string inside C with some kind of context. I want to execute small self-contained strings provided by a user. I've looked at various examples, but everything I've seen se

simple example to evaluate strings

2013-12-20 Thread Josh Stratton
I'm completely new to guile and am trying to find a simple example of evaluating a string inside C with some kind of context. I want to execute small self-contained strings provided by a user. I've looked at various examples, but everything I've seen seems uses the shell, which seems like more th