Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.04; 'wed,': 0.04; 'python': 0.07; '*and*': 0.09; 'assumed': 0.09; 'dependency': 0.09; 'solaris,': 0.09; 'pm,': 0.11; 'wrote:': 0.14; 'ah!': 0.16; 'stick': 0.19; 'compatible': 0.20; 'header:In-Reply- To:1': 0.22; 'itself.': 0.22; 'linux,': 0.22; '(and': 0.22; '.net': 0.25; 'chris': 0.27; 'google': 0.27; 'message- id:@mail.gmail.com': 0.28; 'operating': 0.30; 'os,': 0.31; 'meaning': 0.31; 'to:addr:python-list': 0.32; 'source': 0.32; 'open': 0.35; 'rather': 0.36; 'familiar': 0.36; 'received:209.85': 0.37; 'apr': 0.38; 'steven': 0.38; 'received:google.com': 0.38; 'software': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; "it's": 0.40; 'header:Received:5': 0.40; '2011': 0.62; 'stand': 0.71; 'guarantee': 0.75; 'received:209.85.210.174': 0.84; 'received:mail-iy0-f174.google.com': 0.84; 'subject:over': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=jrU6JKc6iEYoXPnc1fpqGPQnKdPmp0n6Ftql72jRvfs=; b=f76BafK3oFidrSbVz5tsMBXhsW41gjWWfoleN8L/ZNYKZIenFmaAfOKvX1AJMKHdhG 4OjWwrE3ZhzRXB+TBFyQW6w6DrgkhifA6nUi/eZY5uZxkfnFW+3Ez0dvfqK3YzGjPpFs qt59Is1+9fHGmrksCchd6uUW0/2TP49yK1paM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=a0IU23AUtB/FPny2i/LMhzC6WA/jz23BnZwNBU9+WtkHDbMXFMgqGnPpTpXR3QcXnt ffcgjbAsJiLlet6KhnkBozZSmZQ29kOvSctQ/DlQBPEEeILjuwCEcF4HXTfvSJ+iK3/W YGwU4z2BeVLMWr/RdC1+m5Ftldn9VNeuu0R3g= MIME-Version: 1.0 In-Reply-To: <4d9c5ca5$0$29991$c3e8da3$5496439d@news.astraweb.com> References: <4d9c5ca5$0$29991$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 6 Apr 2011 23:06:20 +1000 Subject: Re: Python benefits over Cobra From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 15 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302095184 news.xs4all.nl 81479 [::ffff:82.94.164.166]:40028 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2703 On Wed, Apr 6, 2011 at 10:29 PM, Steven D'Aprano wrote: > Mono is free, open source software that is compatible with .NET and is > available on Linux, Mac OS, Solaris, Unix and even that little-known > operating system "Windows". *wink* Ah! My apologies, I stand corrected. Not being familiar with it (and not really being able to google it - there's no guarantee it's the first hit), I assumed that the dependency was ".NET *and* Mono", meaning that the program needs .NET regardless. That reduces the risks considerably, although I'd still rather stick with Python itself. Chris Angelico