George Neuner <gneun...@comcast.net> writes: > Hi, > > On 5/17/2015 5:32 PM, Atticus wrote: >> --------------------------- >> $ racket >> Welcome to Racket v6.1.1. >> > (eq? 'l 'l) >> #f >> > (eq? 'l 'l) >> #t >> > >> >> $ racket --no-jit >> Welcome to Racket v6.1.1. >> > (eq? 'l 'l) >> #f >> > (eq? 'l 'l) >> #t >> > (eq? 'l 'l) >> #f >> > (eq? 'l 'l) >> #t >> > (eq? 'l 'l) >> #t >> > (eq? 'l 'l) >> #t >> > (eq? 'l 'l) >> #f >> > (eq? 'l 'l) >> #f >> > >> >> --------------------------- >> >> How to reproduce this behaviour? Just start racket from the command line >> and type '(eq? 'l 'l), this should return #f (or sometimes #t). The next >> time the same expression returns #t. Whats also interesting is that with >> the command line option --no-jit the return value seems to randomly >> change between #t and #f. ... > > I can't reproduce this. Might there have been some control characters > accidentally in your input? >
Since i can not reproduce this behavior reliably anymore and because this happend only while typing the expression by hand that should be the most plausible explanation. Thanks to everyone for your help -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.