ecl/examples/embed
Daniel Kochmański b57a4fff71 examples: fix bogus :move-here argument
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
2015-10-02 13:02:00 +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 An example on how to embed ECL using C compilers and ASDF. 2013-05-28 23:07:05 +02:00
hello.c An example on how to embed ECL using C compilers and ASDF. 2013-05-28 23:07:05 +02:00
Makefile examples: fix bogus :move-here argument 2015-10-02 13:02:00 +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.