One mans correct is another mans WAD (Works as Designed).
> Subject: Re: [racket] Shurely Shome Mishtake > From: matth...@ccs.neu.edu > Date: Sat, 4 Sep 2010 16:29:59 -0400 > CC: users@racket-lang.org > To: woo...@hotmail.com > > > No this is correct: > > Welcome to DrRacket, version 5.0.1.5--2010-09-02(7fead28/g) [3m]. > Language: Pretty Big; memory limit: 512 MB. > > (eqv? 8 8) > #t > > (eqv? "8" "8") > #f > > > > Plus read the docs on case. > > > On Sep 4, 2010, at 4:22 PM, wooks . wrote: > > > (case 8 > > ((8 9 10) 'hello) > > (else 'goodbye)) -> hello > > > > (case "8" > > (("8" "9" "10") 'hello) > > (else 'goodbye)) -> goodbye > > > > I'm working in Pretty Big > > > > _________________________________________________ > > For list-related administrative tasks: > > http://lists.racket-lang.org/listinfo/users >
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users