Re: GNU Thunder

2014-09-07 Thread Taylan Ulrich Bayirli/Kammer
William ML Leslie writes: > Remember: I'm not suggesting what the outcome of your project will be, > just that if the result is negative, we still know nothing. When > testing a system for subterfuge, we need to examine *all* of the > moving parts, even those that appear to be unused. If the syst

Re: EXIT_SUCCESS and EXIT_FAILURE in scheme land

2014-09-07 Thread Frank Terbeck
Frank Terbeck wrote: > I personally don't know any OS that doesn't use EXIT_SUCCESS := 1, but Err... EXIT_SUCCESS := 0, was what I meant, of course. :)

Re: [Lightning] Using lightning from scheme

2014-09-07 Thread Paulo César Pereira de Andrade
2014-09-06 21:18 GMT-03:00 Ian Grant : I suggest looking at the lightning test driver http://git.savannah.gnu.org/cgit/lightning.git/tree/check/lightning.c if writing an interface to another language, it is one of the simplest possible examples of an (almost) full interface to lightning. It show