[racket] Redex multi-hole contexts

From: Nicholas Alexander Marquez (nam at ccs.neu.edu)
Date: Thu Feb 28 13:32:09 EST 2013

So in attempting to model an abstract machine for a parallel language (pH), I found it very unpleasant to use Redex.  I didn't care about the non-determinism resulting from which thread might possibly be executing at the moment; they should all conceptually be running in parallel, with the order being unimportant.

Matthias mentioned that at one point Redex had multi-hole contexts, but that they were taken out and he doesn't remember why.  Does anyone know?

Thanks,

Alex

Posted on the users mailing list.