[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scheme-reports] Current tickets for the 5th ballot - 281



> > (eval y e)
> (1 . 2)

Interesting. As I get on Windows:

> y
('#<procedure cons> 1 2)
> (eval y e)
Unhandled exception during evaluation:
&who: generator
&message: "expecting a procedure"
&syntax:
  form: '#<procedure cons>
  subform: ('#<procedure cons> '1 '2)

See: 
http://eval.ironscheme.net/?id=(define+e+(interaction-environment))%0A(define+y+(list+(list+'quote+'cons)+1+2))%0A(set-car!+(cdar+y)+cons)%0A(write+y)+%0A(eval+y+e)

Perhaps a bug on Mono?

Cheers

leppie

PS: Having that behavior will cost no more than a few lines of code, but I 
am not sure something like that will ever be portable. 


_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports