chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] hart and syntax-case won't play nice. :(


From: Graham Fawcett
Subject: Re: [Chicken-users] hart and syntax-case won't play nice. :(
Date: Sat, 15 Mar 2008 15:37:20 -0400

On Sat, Mar 15, 2008 at 3:24 PM, Graham Fawcett
<address@hidden> wrote:
>  The main macro in Hart is ridiculously small. Hart-support (the
>  non-macro code) does all the work:
>
>  (define-macro (hart . forms)
>   `(noop ,(apply hart-parse forms)))
>
>  That should be trivial to translate into any macro system.

Hm, on second thought, I probably shouldn't assume that just because a
macro is short, it would be trivial to translate into another system.

Graham




reply via email to

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