chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] what is "[synax]"?


From: naruto canada
Subject: Re: [Chicken-users] what is "[synax]"?
Date: Sun, 4 Nov 2007 18:44:41 +0000

On 11/4/07, Graham Fawcett <address@hidden> wrote:
> On Nov 3, 2007 1:40 PM, naruto canada <address@hidden> wrote:
>
> > hi
> >
> > I'm trying to read the foreign code document, what is "[syntax]" that
> > appears everywhere?
> > [syntax] (foreign-code STRING ...)
>
>
>
> Using this case as an example, there is no procedure called "foreign-code".
> Rather there is a macro called foreign-code that, when evaluated, expands
> into some other form. In general, macros can be viewed as a way of defining
> new syntax for the language.
>
> Does that help?

Yes, thanks.

>
> G
>




reply via email to

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