Re: Order of the evaluation of elements in a quasiquote list.

2005-04-05 Thread Kjetil Svalastog Matheussen
Geoffrey Knauth: >By comparison: > PLT 299.100 and scsh 0.6.6 return (2 2). > JScheme 7.1 and sisc 1.9.7 return (2 1). Just for the record...: Actually, after taking a quick peek in the guile source, the reason for the inconsistency for the result of the mentioned code, is because the order

Re: Order of the evaluation of elements in a quasiquote list.

2005-04-03 Thread Kjetil Svalastog Matheussen
On Sun, 3 Apr 2005 [EMAIL PROTECTED] wrote: > On Sun, Apr 03, 2005 at 01:38:04PM +0200, Kjetil Svalastog Matheussen wrote: > > On Sun, 3 Apr 2005, Neil Jerram wrote: > > > > > Kjetil Svalastog Matheussen wrote: > > > > Hi, I have recently stumbled upon various

Re: Order of the evaluation of elements in a quasiquote list.

2005-04-03 Thread Kjetil Svalastog Matheussen
On Sun, 3 Apr 2005, Neil Jerram wrote: > Kjetil Svalastog Matheussen wrote: > > Hi, I have recently stumbled upon various bugs in my code > > because the order of the evaluation of the elements in a quasiquote > > list changes. > > Changes how? Can you give us

Order of the evaluation of elements in a quasiquote list.

2005-04-02 Thread Kjetil Svalastog Matheussen
Hi, I have recently stumbled upon various bugs in my code because the order of the evaluation of the elements in a quasiquote list changes. I know that the order of arguments aren't specified in r5rs, but I personally think it would have been very practicaly if they were... Please, I don't want