On Mon, Mar 19, 2012 at 4:57 AM, Ludovic Courtès <[email protected]> wrote: > Hi, > > Gabriel Dos Reis <[email protected]> skribis: > >> On Fri, Mar 16, 2012 at 8:04 AM, Ludovic Courtès >> <[email protected]> wrote: > > [...] > >>> What about writing it in C++? Function objects could be passed around >>> to achieve a similar result, at the expense of conciseness and >>> interoperability with C. >> >> Does not compute. If you are using nested functions, you are not >> interested in C interoperability in the first place. > > Sorry, I meant GNU C.
Interoperability is a two-way street; it means you have to live in the intersection understood by both languages. -- Gaby
