Re: More detailed embedding example

2015-09-28 Thread Morgan Howe
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

More detailed embedding example

2015-09-27 Thread Morgan Howe
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