On Jun 27, 2013, at 9:52 AM, "Daniel Ajoy" <[email protected]> wrote:

> Hi,
> 
> Is there a function that gives the content of a procedure (it's definition)?

The interpreter doesn't save the original s-expr & neither does the compiler. 
Reflection facilities are slim.

You can recover, sometimes, the expected argument list. See:

http://api.call-cc.org/doc/library#sec:procedure-information
http://wiki.call-cc.org/eggref/4/srfi-102

> 
> Daniel
> 
> _______________________________________________
> Chicken-users mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/chicken-users


_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to