Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion On-topic: alternate Python implementations

Received: by 10.180.105.38 with SMTP id gj6mr178699wib.0.1344573033005;
        Thu, 09 Aug 2012 21:30:33 -0700 (PDT)
Path: n2ni54053320win.0!nntp.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!xlned.com!feeder5.xlned.com!feed.xsnews.nl!border-2.ams.xsnews.nl!news.panservice.it!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path: <python-python-l...@m.gmane.org>
X-Original-To: python-l...@python.org
Delivered-To: python-l...@mail.python.org
X-Spam-Status: OK 0.000
X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02;
	'subject:Python': 0.05; 'compiler': 0.05; 'python': 0.09; 'guys.':
	0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09;
	'received:gmane.org': 0.09; 'received:list': 0.09; 'language,':
	0.11; 'language': 0.14; 'weird': 0.15; 'compiler,': 0.16;
	'compiler?': 0.16; 'distinct': 0.16; 'from:addr:behnel.de': 0.16;
	'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16;
	'message-id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16;
	'received:plane.gmane.org': 0.16; 'say.': 0.16; 'stefan': 0.17;
	'subject:skip:i 10': 0.22; "i'd": 0.22; 'header:In-Reply-To:1':
	0.25; 'header:User-Agent:1': 0.26; 'plain': 0.27; 'c++': 0.27;
	"doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'implies':
	0.29; 'definition': 0.29; 'file': 0.32; 'received:84': 0.32;
	'qualify': 0.33; 'to:addr:python-list': 0.33; 'languages': 0.33;
	'so,': 0.35; 'received:org': 0.36; 'but': 0.36; 'rather': 0.37;
	'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'takes': 0.39;
	'subject:-': 0.40; 'header:Received:5': 0.40; 'thomas': 0.62;
	'skip:n 10': 0.63; 'compiles': 0.84; 'received:arcor-ip.net':
	0.84; 'received:pools.arcor-ip.net': 0.84
X-Injected-Via-Gmane: http://gmane.org/
To: python-l...@python.org
From: Stefan Behnel <stefan...@behnel.de>
Subject: Re: On-topic: alternate Python implementations
Date: Sat, 04 Aug 2012 15:53:41 +0200
References: <501cbdf8$0$29978$c3e8da3$54964...@news.astraweb.com>
	<mailman.2925.1344062430.4697.python-l...@python.org>
	<501cd421$0$29978$c3e8da3$54964...@news.astraweb.com>
	<mailman.2927.1344071453.4697.python-l...@python.org>
	<jvj5sf$a2...@r03.glglgl.gl>
Mime-Version: 1.0
X-Gmane-NNTP-Posting-Host: dslb-084-056-025-029.pools.arcor-ip.net
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:14.0) Gecko/20120714 Thunderbird/14.0
In-Reply-To: <jvj5sf$a2...@r03.glglgl.gl>
X-BeenThere: python-l...@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-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list>
List-Post: <mailto:python-l...@python.org>
List-Help: <mailto:python-list-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-list>,
	<mailto:python-list-requ...@python.org?subject=subscribe>
Newsgroups: comp.lang.python
Message-ID: <mailman.2934.1344088443.4697.python-l...@python.org>
Lines: 15
NNTP-Posting-Host: 2001:888:2000:d::a6
X-Trace: 1344088443 news.xs4all.nl 6856 [2001:888:2000:d::a6]:39895
X-Complaints-To: ab...@xs4all.nl
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Thomas Rachel, 04.08.2012 14:51:
> Am 04.08.2012 11:10 schrieb Stefan Behnel:
>> As long as you don't use any features of the Cython language, it's plain
>> Python. That makes it a Python compiler in my eyes.
> 
> Tell that the C++ guys. C++ is mainly a superset of C. But nevertheless, C
> and C++ are distinct languages and so are Python and Cython.

So, if a C++ compiler takes a .c file and compiles it with C language
semantics, it doesn't qualify as a C compiler? That implies a rather weird
definition of a C compiler, I'd say.

Stefan