Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28601
| 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!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <d@davea.name> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'python': 0.09; 'high- level': 0.09; 'project?': 0.09; 'translator': 0.09; 'cc:addr :python-list': 0.10; 'language': 0.14; '(high': 0.16; 'subject:Language': 0.16; 'subject:python3': 0.16; 'wrote:': 0.17; 'examples': 0.18; '>>>': 0.18; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'language.': 0.27; 'c++': 0.27; 'that.': 0.30; 'thursday,': 0.30; 'another': 0.33; 'anything': 0.36; "i'll": 0.36; 'possible': 0.37; 'being': 0.37; 'subject:: ': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Reply-To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'low': 0.83; 'received:74.208.4.194': 0.84; 'angel': 0.93 |
| Date | Thu, 06 Sep 2012 10:25:35 -0400 |
| From | Dave Angel <d@davea.name> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 |
| MIME-Version | 1.0 |
| To | Ramchandra Apte <maniandram01@gmail.com> |
| Subject | Re: Language workbench written in python3 |
| References | <1ed391c3-8fcf-4a3f-8ad7-0a2cf913b6cc@googlegroups.com> <634287e3-12b3-4b47-8ad2-38c1bc76ff1a@googlegroups.com> <mailman.302.1346939197.27098.python-list@python.org> <314ae0e0-f38f-4cb9-944c-511343988f37@googlegroups.com> |
| In-Reply-To | <314ae0e0-f38f-4cb9-944c-511343988f37@googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V02:K0:eYqtFznuOpy8wzzknPY6Y3zeBOLoIxtwrV8kHmMMRS9 mC+rehYISd7JbI34Oerc5/vXtkc7tDYXL4HKEFTTnoI/l78cGP jXxBfZlzJN3RWNroQUjWr3Zuo3PZEbCBEVBtn/1zFRf7NiQ6vu QrhvuFtqAZ2i2IfarIAiGU1fOYz+Gr7dg6/gYQkCcAPUaJi8lj IJO/dP3ONM/1rvb3GJ9jTbN8Eb1XUv8CoSUBL8VovaP02Q85Z4 NyPPIvwDkIqUksJ539eCq3GANn+VRkOm6w6REMj+BmmwbFwgib NGAxDEkcN0Kn9p/OM3trzoeCf8mt+QIXrFTusg22ZPhmstmvw= = |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | d@davea.name |
| 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.305.1346941565.27098.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1346941565 news.xs4all.nl 6920 [2001:888:2000:d::a6]:57941 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:28601 |
Show key headers only | View raw
On 09/06/2012 09:53 AM, Ramchandra Apte wrote: > On Thursday, 6 September 2012 19:16:38 UTC+5:30, Dave Angel wrote: >> On 09/06/2012 09:34 AM, Ramchandra Apte wrote: >> >>> Translator means what precisely? >> >> >> Examples of translators include compilers, assemblers, and >> >> interpreters. They also include implementations like cfront, which >> >> translates from one high-level language to another lower-level >> >> language. (high and low being relative) >> > Is conversion from Python to C++ possible from this project? I'll let the OP answer that. I don't know anything about it. -- DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Language workbench written in python3 Nestor Arocha <nesaro@gmail.com> - 2012-09-05 14:04 -0700
Re: Language workbench written in python3 Ramchandra Apte <maniandram01@gmail.com> - 2012-09-06 06:34 -0700
Re: Language workbench written in python3 Dave Angel <d@davea.name> - 2012-09-06 09:46 -0400
Re: Language workbench written in python3 Ramchandra Apte <maniandram01@gmail.com> - 2012-09-06 06:53 -0700
Re: Language workbench written in python3 Dave Angel <d@davea.name> - 2012-09-06 10:25 -0400
Re: Language workbench written in python3 Nestor Arocha <nesaro@gmail.com> - 2012-09-06 12:48 -0700
Re: Language workbench written in python3 Ramchandra Apte <maniandram01@gmail.com> - 2012-09-08 08:09 -0700
csiph-web