Re: Backquote simplification

2010-12-11 Thread Hans Aberg
On 11 Dec 2010, at 01:25, Neil Jerram wrote: The reply I got was helpful, but I decided to settle for a macro implementation: (use-syntax (ice-9 syncase)) (define-syntax tuple (syntax-rules () ((tuple xs ...) `(tuple ,xs ...)) ((tuple x1 x2 . y) (append `(tuple ,x1 ,x2) y)) (

Re: Backquote simplification

2010-12-11 Thread Neil Jerram
Hi Hans, To reply quickly to one point in your email... (I'll ponder the rest later.) Hans Aberg writes: > On 11 Dec 2010, at 01:25, Neil Jerram wrote: > >> In the hope that these questions might be useful to at least one of >> us... > > I do not know what that means. I meant that I'm sure I

Re: Backquote simplification

2010-12-11 Thread Hans Aberg
On 11 Dec 2010, at 11:01, Neil Jerram wrote: To reply quickly to one point in your email... (I'll ponder the rest later.) Whenever you so want. In the hope that these questions might be useful to at least one of us... I do not know what that means. I meant that I'm sure I don't understa

Demo program guile(1.8.7) Win32(XP) C++ g++( 4.3.4) cygwin(1.7.7-1) UNICODE tortoise (integrated console)

2010-12-11 Thread objc
Any interest in any of the above keywords ? I wrote it, should I publish it ? Interested in knowing if people use MSwindows and guile much ? regards, objcjohn