20 minutes ago, Neil Van Dyke wrote:
> 
> (1) Look in your code for stray top-level forms that produce values,
> such as expressions used for ad hoc testing.  Add "(begin
> ... (void))" if necessary.

That won't work at the top level, since it gets spliced.  The common
way for dealing with these is to use (void ...stuff...).

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to