[PRL] Racket module question

Mitchell Wand wand at ccs.neu.edu
Wed Jun 29 18:03:28 EDT 2011


I've got two different modules (call them A and B) that cooperate by
manipulating a shared store.  The API for the store is provided by a third
module C.

I'm guessing that simply requiring C in both A and  B isn't going to work,
because A and B would be working with different instances of the store.

Is there a recommended way of organizing this in Racket?

--Mitch
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the PRL mailing list