I think I responded to this before but somehow missed the first paragraph...
On Jan 2, 2008 11:50 AM, Gus Wirth <[EMAIL PROTECTED]> wrote: > On the comparison page on Python, you state "Cobra compiles down to > machine code right out of the box". That can't be true if you need Mono > or .NET. Did you mean to say it compiles down to CLR bytecode, or is > there some other reason you need Mono/.NET? It's a language on the Mono and .NET platforms which both provide the machine code generation. By out of the box, I mean that you don't need a separate edition of Cobra to get this effect like you do with say Python vs. Pyrex. > How does the language support distributed programming? Does it solve the > lock problem that Python has? I don't have language level support for distributed programming so you would need to use a library. There is no GIL for Cobra, Mono or .NET. -Chuck -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
