[racket] require error

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Oct 18 11:21:50 EDT 2011

10 minutes ago, Robby Findler wrote:
> [adding back the list again].
> 
> I'm not sure what is going on exactly, but it looks like it might be
> a bad interaction between racket/base and eopl. Here's a smaller
> pair of files that illustrates the problem:
> 
> green.rkt:
> (module green eopl)
> 
> Another file (any file):
> 
> #lang eopl
> (require racket/base)
> (require "green.rkt")
> 
> Running the latter file produces the problem.

It's probably because eopl is (still) based on `mzscheme'.

(But the above example doesn't throw an error for me.)

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


Posted on the users mailing list.