Re: [racket] Language Toolkit Questions

2011-07-20 Thread Robby Findler
Also in the Guide they are mentioned: http://docs.racket-lang.org/guide/define-struct.html?q=prop%3Aprocedure#%28part._struct-options%29 You may find that a more useful place to start, depending on how familiar you are with Racket, since the information nearby tends to explain the more useful thi

Re: [racket] Language Toolkit Questions

2011-07-20 Thread Sam Tobin-Hochstadt
As an example of this, you can see my `lambda/prop' example here: https://gist.github.com/935350 The documentation for `prop:procedure' is here: http://docs.racket-lang.org/reference/procedures.html?q=prop%3Aprocedure#%28def._%28%28lib._racket/private/base..rkt%29._prop~3aprocedure%29%29 On W

Re: [racket] Language Toolkit Questions

2011-07-20 Thread Robby Findler
Do you perhaps want prop:procedure? Robby On Tue, Jul 19, 2011 at 6:08 PM, Pavel Panchekha wrote: > > I'm trying to port some code from MIT Scheme to Racket.  A large part of > the MIT Scheme was a metacircular interpreter, and I'm hoping that I can > use Racket's language definition capabilitie