Hi,<br><br>I have following pseudo code:<br>  cl_object some_object =  si_safe_eval(3, c_string_to_object("(blah blah)"), Cnil, OBJNULL);<br>  for (i=0; i<LARGE_NUMBER; i++) {<br>      cl_funcall(2, cl_intern(1, make_simple_base_string("use_some_object")), some_object); <br>
  }<br><br>It seems that after some iterations, the value of some_object changed... Any ideas?<br><br>BTW: it is a pain to deal with ECL & C, because no good documentation is available.<br>Why there is no good doc work here? Especially for integrating ECL and C programs, which is a selling-point of ECL.<br>