Re: What are Vars supposed to be used for?

2010-01-24 Thread Jarkko Oranen
On Jan 24, 6:40 am, CuppoJava patrickli_2...@hotmail.com wrote: Thanks for the reply. That seems to match well with how I thought they were supposed to work. I'm just a little confused by the set!, with-local-vars, functions. What are they supposed to be used for?   -Patrick Vars are

Re: What are Vars supposed to be used for?

2010-01-24 Thread CuppoJava
That makes sense Jarkko, thanks for the explanation. So then, for my example, using a binding and set! would be the proper way of going about it right? Because I don't intend for multiple threads to access the job queue. And is there a way to change the bound value for another thread? The

Re: What are Vars supposed to be used for?

2010-01-24 Thread Laurent PETIT
2010/1/24 CuppoJava patrickli_2...@hotmail.com: That makes sense Jarkko, thanks for the explanation. So then, for my example, using a binding and set! would be the proper way of going about it right? Because I don't intend for multiple threads to access the job queue. And is there a way to

Re: What are Vars supposed to be used for?

2010-01-23 Thread CuppoJava
Thanks for the reply. That seems to match well with how I thought they were supposed to work. I'm just a little confused by the set!, with-local-vars, functions. What are they supposed to be used for? -Patrick -- You received this message because you are subscribed to the Google Groups