jestarray

Results 52 issues of jestarray

https://lists.racket-lang.org/users/archive/2015-May/066436.html # gives me ``` > ([(uncaught-exception-handler)](https://lists.racket-lang.org/) (*(+(*)(*(+(*)(*)(*)(*)(*))(+(*)(*)(*)(*)(*))(+(*)(*)(*)(*))))(+(*)(*)(*)(*)))) uncaught exception: 404 ``` # maybe solution: soegaard said it might be in the vicinity of: https://github.com/racket/racket-lang-org/blob/master/stubs/mailman.rkt

```scheme -------------------- #lang racket (define foo 1) (define bar 2) (equal? foo foo) ; user probably meant to check foo against bar -------------------- #lang racket ; idk what it should...

new lint
autopilot-candidate