Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.037 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; '22,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'c/c++.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'gets': 0.27; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'anyone': 0.31; 'fri,': 0.33; 'trouble': 0.34; 'received:google.com': 0.35; 'c++': 0.36; 'url:org': 0.36; 'project': 0.37; 'information,': 0.61; 'now:': 0.74; 'desperately': 0.84; 'to:none': 0.92; 'wanting': 0.93 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:cc :content-type; bh=5g1cFJLmYMAsbDrm+BN4B4/xYjuHCWEME8pIjrJ/W+Y=; b=ZzR/72ntGBA61a3ooXYXKH+eVJyBDBZ0wgtQoezjgLKDUOBNRwIWoK9FndHYJORXUU ax+E54n3CZnqjZap4EW2VwSh42yJ1oDd8CS3bXpNyJOcxMxphCL5GOQ0SvIXqn5cDltU +whjsVc5tP5pM6Im8gYti37InN2eyy8BmmKvvJOn++Uk7gdn/zJZh8fhtaNvroLfZCgD 3WRAZcl0vug9c8jVDnltZEZxlF0xNH0b5uxiBrUEiyV+mmPdyI9KhasQKvfpiGkIR3sA vcjS6l6dwQ2ZOXZ+ZiEUFdiIxFtbUwTukNG/dWa2Q6Gb7CPL1lCUROZbk1TEKRijT1ne OUjg== MIME-Version: 1.0 X-Received: by 10.50.66.197 with SMTP id h5mr23712176igt.34.1408667160331; Thu, 21 Aug 2014 17:26:00 -0700 (PDT) In-Reply-To: <53F634E5.4020206@m4x.org> References: <53F634E5.4020206@m4x.org> Date: Fri, 22 Aug 2014 10:26:00 +1000 Subject: Re: Python vs C++ From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408667169 news.xs4all.nl 2858 [2001:888:2000:d::a6]:47751 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76758 On Fri, Aug 22, 2014 at 4:05 AM, Joseph Martinot-Lagarde wrote: > For information, Cython works with C++ now: > http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html. Now isn't that cool! Every time Cython gets discussed, I get a renewed desire to learn it. Trouble is, I don't have any project that calls for it - there's nothing I'm desperately wanting to do that involves both Python and C/C++. Anyone got any suggestions? :) ChrisA