Hey Daniel,
On Mon, Sep 28, 2015 at 1:57 AM, Daniel Kochmański wrote:
> could you add the reference - which blog post? And post the actual code
> you used?
The blog post I was referring to was
https://chriskohlhepp.wordpress.com/embedding-lisp-in-cplusplus-a-recipe/
which was linked somewhere in
Hey Morgan,
could you add the reference - which blog post? And post the actual code
you used?
You can find sample C code here:
https://github.com/earl-ducaine/stupid-ecl-tricks-1
with swank example. Also in git repository there is subdirectory
examples/, although be aware that examples in directo
Hey guys,
I'm playing around with embedding ECL into a C program. I've followed
the blog post which was very useful, but as far as calling lisp
functions, didn't really get beyond the cl_safe_eval type operations.
I'd like to be able to get a handle to a specific lisp function, and
call that funct