[Ecls-list] Tighter c/c++ integration, toplevel inline c/c++ code ???

Matthew Mondor mm_lists at pulsar-zone.net
Mon May 3 16:03:35 UTC 2010


On Mon, 03 May 2010 06:57:29 -0500
Seth Burleigh <seth at tewebs.com> wrote:

> Woops, i even typed in incorrect code, but the idea is correct. Also, if
> it were possible to do this, it would also have to be possible to call
> the lisp functions by creating something which maps the lisp function
> calls in the c/c++ code to the obfuscated names.

Note that the obfuscated C symbols generated from Lisp code does not
prevent C code from invoking them; i.e. it's possible to use from C
code: cl_object obj = funcall(nargs, @functionsymbol, ...);
-- 
Matt




More information about the ecl-devel mailing list