[racket] Strange difference between (define (for-syntax)) and (define-for-syntax)

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Sep 26 15:04:53 EDT 2012

About a month ago, Danny Yoo wrote:
> 
> In retrospect, what happened with your error appears to be the
> compiler's failure to report the top/leftmost, earliest error in the
> program's source.  Unfortunately, I haven't figured out why yet.

Because it's a `define-for-syntax', so it's syntax code that could
have made the `require-for-syntax' valid somehow...

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the users mailing list.