Re: [racket] nested environments

2010-06-14 Thread Richard Cobbe
On Mon, Jun 14, 2010 at 11:42:43AM +0100, Noel Welsh wrote: > Didn't get to the end of this, but it seems like you want to represent > a lexical environment as found in any interpreter. For this, I > suggest: > > http://planet.plt-scheme.org/display.ss?package=environment.plt&owner=cobbe > A rib-ca

Re: [racket] nested environments

2010-06-14 Thread Noel Welsh
Didn't get to the end of this, but it seems like you want to represent a lexical environment as found in any interpreter. For this, I suggest: http://planet.plt-scheme.org/display.ss?package=environment.plt&owner=cobbe A rib-cage environment data structure. HTH, N. On Sun, Jun 13, 2010 at 8:30 P