Re: [racket-dev] Access to the structure internal API within define-struct's body

2011-07-07 Thread Danny Yoo
> I built something like this as a toy for *SL a while back, a throw-away > prototype. I decided to set up a different property, not to use the procedure > property. Any reason for the preference? It's not an important preference. Using a separate structure property would have worked too for th

[racket-dev] Access to the structure internal API within define-struct's body

2011-07-07 Thread Danny Yoo
I'm doing some experiments with structures. I'm trying to write a macro that lets me create structures that support runtime, dictionary lookup. I've started with: #lang racket (require (for-syntax racket