Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'python': 0.11; 'c/c++': 0.16; 'garbage': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Java': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'header :User-Agent:1': 0.23; 'paul': 0.24; 'possibly': 0.26; 'second': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'thanks!': 0.32; 'quite': 0.32; 'could': 0.34; 'subject: (': 0.35; "can't": 0.35; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'thanks': 0.36; 'url:org': 0.36; 'should': 0.36; 'project': 0.37; 'christian': 0.38; 'to:addr:python-list': 0.38; 'url:2004': 0.39; 'url:12': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'hope': 0.61; 'world.': 0.61; 'real': 0.63; 'more': 0.64; 'great': 0.65; 'said:': 0.68; 'useful.': 0.68; 'received:2': 0.84; 'studying': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Python was designed (was Re: Multi-threading in Python vs Java) Date: Sat, 26 Oct 2013 22:31:06 +0100 References: <8ee08f59-296b-4c81-ad80-70552436b066@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-201-160.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 In-Reply-To: <8ee08f59-296b-4c81-ad80-70552436b066@googlegroups.com> 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382823308 news.xs4all.nl 15882 [2001:888:2000:d::a6]:53480 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57665 On 26/10/2013 20:24, Peter Cacioppi wrote: > Paul Rubin said: > > "FYI, there is real though imprecise garbage collection for C. Web > search for "Boehm garbage collection" should find more info" > > Very interesting. This wasn't around the last time I launched a C/C++ project from scratch. Thanks for the tip. > > I have to admit, off the top of my head I can't quite grok how it could possibly work .... which means I will learn something from studying it. But not right now. > > Thanks! Some great CS minds on this forum. > > Very true. Now before I forget I hope you find these links useful. http://dirtsimple.org/2004/12/python-is-not-java.html http://dirtsimple.org/2004/12/java-is-not-python-either.html -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence