Re: Python benefits over Cobra

2011-04-07 Thread eryksun ()
On Thursday, April 7, 2011 2:43:09 AM UTC-4, Steven D'Aprano wrote: > On Thu, 07 Apr 2011 00:25:46 -0500, harrismh777 wrote: > > > The gnu suite of tools and the linux kernel were the keys to unlocking > > Microsoft lock-in... brilliant technologies for innovation and freedom. > > I used to belie

Re: Python benefits over Cobra

2011-04-06 Thread Steven D'Aprano
On Thu, 07 Apr 2011 00:25:46 -0500, harrismh777 wrote: > The gnu suite of tools and the linux kernel were the keys to unlocking > Microsoft lock-in... brilliant technologies for innovation and freedom. I used to believe this too, but then I found I was relying on Linux and GNU software so much t

Re: Python benefits over Cobra

2011-04-06 Thread harrismh777
Chris Angelico wrote: there's a lot of risk in tying yourself to a non-free framework, especially such a heavy one as .NET. You're completely at the mercy of the provider, in this case Microsoft, and if they make an incompatible change in the framework, you're forever stuck. Yes, lock-in is the

Re: Python benefits over Cobra

2011-04-06 Thread Chris Angelico
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

Re: Python benefits over Cobra

2011-04-06 Thread Steven D'Aprano
On Wed, 06 Apr 2011 18:26:25 +1000, Chris Angelico wrote: > Right now, I have around me two laptops running Windows XP, two running > Ubuntu 10.10 64-bit, and two running Ubuntu 32-bit. (Surprisingly > balanced.) With a very few exceptions, code that I write in IDLE on one > box will run perfectly

Re: Python benefits over Cobra

2011-04-06 Thread Chris Angelico
On Wed, Apr 6, 2011 at 6:03 PM, harrismh777 wrote: > Having said all of that, I must admit my bias against Microsoft .NET and the > Mono frameworks. I personally cannot support a language that requires either > one. Microsoft has made such a mess out of almost everything it has > touched... includ

Re: Python benefits over Cobra

2011-04-06 Thread harrismh777
Brendan Simon wrote: >> >> Any other arguments where Python has benefits over Cobra ?? >> Python is built from C, Cobra is built from Cobra... Python does not require Microsoft .NET, nor MONO framework, Python has better community support, has a larger install base and developer communit

Re: Python benefits over Cobra

2011-04-05 Thread Brendan Simon
> On 05-Apr-11 06:22 AM, Brendan Simon (eTRIX) wrote: >> >> Any other arguments where Python has benefits over Cobra ?? >> >> Cheers, Brendan. >> > Two questions: > 1. Is Cobra Open Source? > 2. The blog ended on October, did he run out of steam? > > I liked the '.', in place of '.s

Re: Python benefits over Cobra

2011-04-05 Thread Boris FELD
Cobra seems interessant, open-source, but the dependance on Mono and .Net annoy me a bit. Otherwise, cobra have good ideas, a syntax similar to python. One thing i really love is the "How-To" and the "Samples" pages on it's website, i think it's a very good thing for beginners. FELD Boris 2011/

Re: Python benefits over Cobra

2011-04-05 Thread Colin J. Williams
On 05-Apr-11 06:22 AM, Brendan Simon (eTRIX) wrote: I just came across the Cobra language, which appears to be heavily influenced by Python (and other languages). The pitch sounds great. It's supposed to have: 1. Quick, expressive coding 2. Fast execution 3. Static and dynamic binding