chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Is there any way programmatically to determine a macro?


From: Lam Luu
Subject: [Chicken-users] Is there any way programmatically to determine a macro?
Date: Mon, 05 Jan 2009 16:48:25 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

Hello all!
Given an S-Expression, (here is an example), is there any way to write a script to determine whether or not that expression is a procedure-call or a macro? If it is a macro call, is there anyway to expand it back to the lowest level of special form possible? Currently, the only way I know if is using expand-syntax procedure, but that seems to be for interactive use only.
Thank you,
Lam Luu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]