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))
(
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
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
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