[racket] Scoped require

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Mon Aug 22 11:15:37 EDT 2011

On Aug 22, 2011, at 11:11 AM, Carl Eastlund wrote:

>> 
>> (module uses-bad racket
>>  (require 'names)
>>  (f)
>>  (let ()
>>    (local-require 'names)
>>    (f)))
>> 
>> (require 'uses-bad)
>> 
>> Perhaps I just misunderstand.
> 
> Why are you using both require and local-require?


My mistake. It's a left-over from manipulating the other examples into this shape. 

Maxim, local-require is just fine. 


Posted on the users mailing list.