Re: [PATCH] SRFI 26 without defmacro

2010-12-07 Thread Ludovic Courtès
Applied, thanks! Ludo'.

[PATCH] SRFI 26 without defmacro

2010-11-26 Thread Andreas Rottmann
* module/srfi/srfi-26.scm (cut, cute): Implement using `syntax-case'. The new implementation is mostly just a transcription of the old code; the reference implementation which relies only on `syntax-rules' may (or may not) be considered more elegant :-). From: Andreas Rottmann