Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'binary': 0.05; 'subject:code': 0.07; 'python': 0.09; 'mips': 0.09; 'sorry,': 0.22; 'runs': 0.22; 'task': 0.23; 'header:In-Reply-To:1': 0.25; 'supported': 0.26; 'basic': 0.30; 'system,': 0.32; 'file': 0.32; 'to:addr:python-list': 0.33; 'done': 0.34; 'except': 0.36; 'but': 0.36; 'why': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'received:194': 0.61 X-IronPort-AV: E=Sophos;i="4.80,565,1344204000"; d="scan'208";a="788437" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Wed, 10 Oct 2012 14:47:36 +0200 (CEST) From: Jean-Michel Pichavant To: python-list@python.org In-Reply-To: <20121010063612.c555b79fb895cff61bb9b3aa@gmail.com> Subject: Re: Generating C++ code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mailer: Zimbra 7.2.0_GA_2669 (ZimbraWebClient - GC7 (Linux)/7.2.0_GA_2669) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1349873237 news.xs4all.nl 6881 [2001:888:2000:d::a6]:57359 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31077 > sorry but i don't get what you mean with a "MIPS on a SOC". Is not > Python well supported on MIPS ? Sorry, SOC means system on chip. The binary runs on the MIPS, there's no file system, no operanding system, except for one very basic task scheduler. That's why everything is done at compile time. JM