Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26260
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <andrea.crotti.0@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.029 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'ast': 0.09; 'c/c++': 0.09; 'imports': 0.09; 'received:mail-lpp01m010-f46.google.com': 0.09; 'cc:addr:python- list': 0.10; 'functools': 0.16; 'import': 0.21; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'looks': 0.26; 'message- id:@mail.gmail.com': 0.27; 'lines': 0.28; 'subject:/': 0.28; 'url:mailman': 0.29; 'url:code': 0.29; 'source': 0.29; 'received:209.85.215.46': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'message.': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'open': 0.35; 'posting': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'really': 0.36; 'created': 0.36; 'url:org': 0.36; 'useful': 0.36; 'received:209': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'google': 0.39; 'header:Received:5': 0.40; 'url:mail': 0.40; 'first': 0.61; 'url:p': 0.63; 'dangerous': 0.66; 'me!': 0.84; 'subject:source': 0.84; 'subject:looking': 0.91; 'task,': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7TsLFtTainQkP60++c259eMsLC3NFxwChkGZAVEp+aI=; b=x9zGiBpGL8Yy9LmtBAnbIihLQqAcGaPduEcI86k3ahVGYJCU8kUQl4B2ZArfZJ0Cl/ lce5992X1NauHuECbBgtyXGuCOZoR21LHERRc+5W0Hd6wH80dGdKwtXJzagjX3t+UcA8 u2YER3aIpjDPp7V9+oqJ09BxvoeiyCkRw656Na4QE8cwl3g+XfWojVbuhFFYX6Nbg+aa cYh9nMS+l5BJy3e4l3CCBIoWkoYOcQTYqTja8uEDQW79/5iLKxkxlF51KsIyEJXyl3RU x0c1iNmo02wfhNvKdhW2VAs3GYHgv8LN3XhOA2+JLNNBbl0KiYtQMyViphNfH9JQ6/2G BTQA== |
| MIME-Version | 1.0 |
| In-Reply-To | <16816fd5-c6b4-49df-baf0-e0bfb0d999df@googlegroups.com> |
| References | <16816fd5-c6b4-49df-baf0-e0bfb0d999df@googlegroups.com> |
| Date | Mon, 30 Jul 2012 16:08:39 +0100 |
| Subject | Re: py2c - an open source Python to C/C++ is looking for developers |
| From | andrea crotti <andrea.crotti.0@gmail.com> |
| To | maniandram01@gmail.com |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2734.1343660926.4697.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1343660926 news.xs4all.nl 6852 [2001:888:2000:d::a6]:38211 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26260 |
Show key headers only | View raw
2012/7/30 <maniandram01@gmail.com>: > I created py2c ( http://code.google.com/p/py2c )- an open source Python to C/C++ translator! > py2c is looking for developers! > To join create a posting in the py2c-discuss Google Group or email me! > Thanks > PS:I hope this is the appropiate group for this message. > -- > http://mail.python.org/mailman/listinfo/python-list It looks like a very very hard task, and really useful or for exercise? The first few lines I've seen there are the dangerous * imports and LazyStrin looks like a typo.. from ast import * import functools from c_types import * from lazystring import * #constant data empty = LazyStrin ordertuple = ((Or,),(And
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
py2c - an open source Python to C/C++ is looking for developers maniandram01@gmail.com - 2012-07-30 06:27 -0700
Re: py2c - an open source Python to C/C++ is looking for developers andrea crotti <andrea.crotti.0@gmail.com> - 2012-07-30 16:08 +0100
Re: py2c - an open source Python to C/C++ is looking for developers MaxTheMouse <maxthemouse@googlemail.com> - 2012-07-30 09:42 -0700
Re: py2c - an open source Python to C/C++ is looking for developers alex23 <wuwei23@gmail.com> - 2012-07-30 17:16 -0700
Re: py2c - an open source Python to C/C++ is looking for developers Stefan Behnel <stefan_ml@behnel.de> - 2012-07-31 07:23 +0200
Re: py2c - an open source Python to C/C++ is looking for developers Stefan Behnel <stefan_ml@behnel.de> - 2012-07-31 14:46 +0200
csiph-web