Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'high-level': 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; '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; 'another': 0.33; '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 Date: Thu, 06 Sep 2012 09:46:10 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Ramchandra Apte Subject: Re: Language workbench written in python3 References: <1ed391c3-8fcf-4a3f-8ad7-0a2cf913b6cc@googlegroups.com> <634287e3-12b3-4b47-8ad2-38c1bc76ff1a@googlegroups.com> In-Reply-To: <634287e3-12b3-4b47-8ad2-38c1bc76ff1a@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:uspAQHu952CVImwCVKxIfypFovzQwfdTwF20UsLSyJ7 UBFXUlhuCUoOIixzwA6i1XCn4T+NIAyRWYUVSY1Rg9AGqS4tkR N0+2xvXnqwkZQq9i/euQn/kFRc18q8hMVFeYgjGXnJUkv++Q4B rOW1317D+uVZI8yMBquyN8KYK7xmzNEOYLkPn7FEOrdf4VJFp2 FZWwwdLiUBgyTF94fhYBmA9wMFv3GtiihlFnJkk4gy9wp8GjrJ 07q8Z1G7cx3y8ZY/sE1zoGx7LRGic1jDdvKr6ryTveoSJkcAHB cnIrny0DjASG93IvLdkaYjORxVtKjykx198n9hJ3PbU6QU+1A= = 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346939197 news.xs4all.nl 6947 [2001:888:2000:d::a6]:54186 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28596 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) -- DaveA