Re: [racket] RacketCon 2012?

2012-05-21 Thread Vasishtha Spier
I'm not sure this is the right conference if its mostly for experienced Racketeers, but if its being video'ed it might still be useful. But I think it would be useful in some conference to have a talk on Racket for experienced imperative programmers. Why they should be using it. What advantages

Re: [racket] Help with simple macro

2012-05-17 Thread Vasishtha Spier
Thanks William. Its not a for loop that I'm looking for, but rather a scope within which I have access to the sequence. A typical case will be where I have two procedures within the scope that are recursive but also pass control to each other under certain conditions, and each of these procedu