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: Graham Fawcett
Subject: Re: [Chicken-users] what is "[synax]"?
Date: Sun, 4 Nov 2007 13:08:45 -0500

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?

G


reply via email to

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