You're using a define in a place where you aren't allowed to put a define. E.g., this will work:
(define foo 1) This won't work: (define bar (define foo 1) foo) N. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users