Hi all,
I want to write an external that will evaluate a bit of scheme code,
something along the venue of expr~ but adding the possibility of evaluate
simple control structures too (but inline, not in external scripts as is the
case of pyext). What kind of parameter should I declare for my external
constructor? If I declared A_GIMME, can I assume that the code will have
been splitted just at whitespaces and so it's safe to reassemble it joining
the fragments?
Thank you in advance.
Cheers,
Carlos