This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
>>>>> "Russ" == Russ McManus <mcmanr@eq.gs.com> writes:
Russ> In my experience, the quickest way to do something like this
Russ> is to expose a 'C-ish' interface to Scheme using hand coded
Russ> primitives. I use some elisp to make this quick and
Russ> painless. What I mean by 'C-ish' is stuff like returning -1
Russ> on error, and setting a global var to the error value.
Will you please post that elisp? I'd really like to see how you do
it.