Heya,

On Sat 07 Jan 2012 23:36, l...@gnu.org (Ludovic Courtès) writes:

> Andy Wingo <wi...@pobox.com> skribis:
>
>>  (define-syntax (when condition stmt stmt* ...)
>>    (if condition (begin stmt stmt* ...)))
>>
>>  (define-syntax (unless condition stmt stmt* ...)
>>    (if (not condition) (begin stmt stmt* ...)))
>
> Yes!
>
> (‘define-syntax-rule’ I suppose?)

Pushed!

Cheers,

Andy
-- 
http://wingolog.org/

Reply via email to