Re: Python Front-end to GCC

2013-10-22 Thread Chris Angelico
On Wed, Oct 23, 2013 at 9:11 AM, Piet van Oostrum wrote: > Mark Janssen writes: > Is your language Turing complete? >>> >>> 1) No, it's not. >>> 2) So what? That should make it easier to compile to C, if anything. >>> 3) Don't change the subject. >> >> Well, if your language is not

Global Variable In Multiprocessing

2013-10-22 Thread Chandru Rajendran
Hi, I am newbie to python. Please give me an idea to use Global Variable In multiprocessing with examples. Also give me an best practices of multiprocessing. Thanks & Regards, Chandru CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORM

Re: Global Variable In Multiprocessing

2013-10-22 Thread Chris Angelico
On Wed, Oct 23, 2013 at 5:22 PM, Chandru Rajendran wrote: > > I am newbie to python. Please give me an idea to use Global Variable In > multiprocessing with examples. Also give me an best practices of > multiprocessing. Fundamentally, you can't have mutable globals in multiprocessing (though yo

Re: Python Front-end to GCC

2013-10-22 Thread John Nagle
On 10/20/2013 3:10 PM, victorgarcia...@gmail.com wrote: > On Sunday, October 20, 2013 3:56:46 PM UTC-2, Philip Herron wrote: >> I've been working on GCCPY since roughly november 2009 at least in its >> concept. It was announced as a Gsoc 2010 project and also a Gsoc 2011 >> project. I was mentored

<    1   2