ECL does not normally store information about a compiled function lambda list, just for economy reasons -- it is not used anywhere in ECL, not even in the debugger because function arguments are directly registered by the function at run time if debug settings are large enough.<div>
<br></div><div>If such a function is really needed we would have to add an option to the compiler so that it stores the lambda list or even the function code, though the latter would be questionable, given the bloat that would result.  In any case it would not be that difficult.</div>
<div><br></div><div>Juanjo</div><div><br><div class="gmail_quote">On Mon, Feb 8, 2010 at 4:18 AM, Daniel Herring <span dir="ltr"><<a href="mailto:dherring@tentpost.com">dherring@tentpost.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sun, 7 Feb 2010, Juan Jose Garcia-Ripoll wrote:<br>
> On Sun, Feb 7, 2010 at 5:18 PM, Marco Antoniotti <<a href="mailto:marcoxa@cs.nyu.edu">marcoxa@cs.nyu.edu</a>> wrote:<br>
>       is there a function ARGLIST in some package?<br>
><br>
> You are probably not talking about (ext:argv), but rather about something like CLISP's ARGLIST, which returns the lambda list of<br>
> a function. Am I right?<br>
<br>
</div>Marco's CLAZY package needs access to function lambda lists.  I pointed<br>
him to the Slime code for ECL; but its a huge mess and apparently already<br>
broken.<br>
<br>
In clisp, this is ext:arglist; in sbcl,<br>
sb-introspect:function-lambda-list.<br>
<font color="#888888"><br>
- Daniel<br>
</font><div><div></div><div class="h5"><br>
------------------------------------------------------------------------------<br>
The Planet: dedicated and managed hosting, cloud storage, colocation<br>
Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>
Personal 24x7 support from experience hosting pros just a phone call away.<br>
<a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</div></div></blockquote></div><br><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">http://juanjose.garciaripoll.googlepages.com</a><br>

</div>