ecl/examples/embed
Daniel Kochmański 94e4e9bf04 examples: add more C code to embed example
Including printing the result and funcalling lambda with arguments.
2017-08-11 12:09:04 +02:00
..
hello-lisp.asd An example on how to embed ECL using C compilers and ASDF. 2013-05-28 23:07:05 +02:00
hello-lisp.lisp examples: add more C code to embed example 2017-08-11 12:09:04 +02:00
hello.c examples: add more C code to embed example 2017-08-11 12:09:04 +02:00
Makefile examples: embed: fix example (provide init-name) 2017-07-21 21:58:51 +02:00
README An example on how to embed ECL using C compilers and ASDF. 2013-05-28 23:07:05 +02:00

This example shows how to compile a Common Lisp program using ECL
and link it together with a C program. The example focuses on the
building process, not on the C code needed to do various things
with the embedded libraries.