On Tue, Apr 5, 2011 at 7:45 PM, meh. <[email protected]> wrote:
> All the questions except one got answered by EQL's sources.
>
> The question that remains is, is there a way to just pass the va_list
> to a funcall like function or is there a way to know a function's
> arity?
>
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.
> And is there a way to not go to a shell when an error occurs during
> the load of a script?
>
See http://article.gmane.org/gmane.lisp.ecl.general/6741/match=cl_safe_eval
> Is there a way to convert a cl_object to a C bool?
>
#define cl_object_to_bool(x) (x != Cnil)
Juanjo
--
Instituto de FĂsica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list