On Tue, Apr 5, 2011 at 7:45 PM, meh. <span dir="ltr"><<a href="mailto:meh@paranoici.org">meh@paranoici.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

All the questions except one got answered by EQL's sources.<br>
<br>
The question that remains is, is there a way to just pass the va_list<br>
to a funcall like function or is there a way to know a function's<br>
arity?<br></blockquote><div><br>There is no way to do that, because lisp functions may have &optional and &key arguments, and that is processed internally by the function, not publicly.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


And is there a way to not go to a shell when an error occurs during<br>
the load of a script?<br></blockquote><div><br>See <a href="http://article.gmane.org/gmane.lisp.ecl.general/6741/match=cl_safe_eval">http://article.gmane.org/gmane.lisp.ecl.general/6741/match=cl_safe_eval</a><br> <br></div>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Is there a way to convert a cl_object to a C bool?<br></blockquote></div><br>#define cl_object_to_bool(x) (x != Cnil)<br><br>Juanjo<br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br>

<a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>