Re: [racket] context switching

2010-06-19 Thread synx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/14/2010 12:47 PM, Jakub Piotr Cłapa wrote: > Why do you want to have your context in parameters in the first place? Eh, I don't really. I just like how they clean themselves up after leaving a parameterization, without the attendant loss of tai

Re: [racket] context switching

2010-06-14 Thread Jakub Piotr Cłapa
On 12.06.10 06:40, synx wrote: Here's a little something I was playing with, the notion of context switching. What does a certain symbol (er, parameter) mean in a given context? Can parameters be grouped together into meaningful context objects that change a bunch of parameters at once? Why do

Re: [racket] context switching

2010-06-12 Thread Jay McCarthy
There is actually something called a parameterization for this purpose. Jay Sent from my iPhone On Jun 12, 2010, at 5:31 AM, Lauri Alanko wrote: On Fri, Jun 11, 2010 at 09:40:19PM -0700, synx wrote: Here's a little something I was playing with, the notion of context switching. What does a c

Re: [racket] context switching

2010-06-12 Thread Lauri Alanko
On Fri, Jun 11, 2010 at 09:40:19PM -0700, synx wrote: > Here's a little something I was playing with, the notion of context > switching. What does a certain symbol (er, parameter) mean in a given > context? Can parameters be grouped together into meaningful context > objects that change a bunch of

[racket] context switching

2010-06-11 Thread synx
Here's a little something I was playing with, the notion of context switching. What does a certain symbol (er, parameter) mean in a given context? Can parameters be grouped together into meaningful context objects that change a bunch of parameters at once? The motivation is for my text adventure t