Re: [IronPython] [python] Re: Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Andrew Schaeffer
This may be a stretch here but how about Pymento? >From pimento -- a pepper in the chili family that are grown and used >throughout the world because of their many flavors and flexible uses. Drew Schaeffer NorthPoint Solutions, LLC 130 West 42nd Street New York, NY 10036 T: 212-819-1700 F

Re: [IronPython] [python] Re: Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Michael Foord
Giles Thomas wrote: > [snip..] > That looks like a pretty popular choice generally - quite a few people have > posted off-list saying the same. I'll get in touch with the NumPy developers. > > One further question for this list, before I create a repository and mailing > list elsewhere for the p

Re: [IronPython] Can anybody reproduce this issue under ipy 2.0 a5 (expr if cond else expr)?

2007-10-15 Thread Dave Fugate
Thanks for reporting this! I've filed the bug report here - http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=13320. Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vizcayno Tamparantan Sent: Monday, October 15, 2007 2:12 PM To: users@lists.ironpython.com Sub

[IronPython] Can anybody reproduce this issue under ipy 2.0 a5 (expr if cond else expr)?

2007-10-15 Thread Vizcayno Tamparantan
For ipy 2.0 alpha 5, try this: h = 'hello' b = 'bye' print h if h=='hello' else b print h if h=="hello" else "bye" Results are: >>> h = 'hello' >>> b = 'bye' >>> print h if h=='hello' else b hello >>> print h if h=="hello" else "bye" Traceback (most recent call last): ValueError: Types must match

Re: [IronPython] [python] Re: Announcement: Project to get some CPythonCextensions running under IronPython

2007-10-15 Thread Michael Foord
> Personally, I like the name "C Extensions for IronPython". It's descriptive. > > CexFIP Cex for IronPython ?? :-) Michael > Joe > ___ > Users mailing list > Users@lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpytho

Re: [IronPython] Announcement: Project to get some CPythonCextensions running under IronPython

2007-10-15 Thread Keith J. Farmer
I prefer Joe's suggestion, personally. But, for completeness: C Extensions for Microsoft .NET Dynamic Language Runtime [version?] with the Python Standard Library -- [Mono | Microsoft .NET | Cross-Platform] Edition From: [EMAIL PROTECTED] on behalf of Joe Mas

Re: [IronPython] Announcement: Project to get some CPython Cextensions running under IronPython

2007-10-15 Thread Joe Mason
On 10/15/07, Andy Shah <[EMAIL PROTECTED]> wrote: > I am a nobody in this world... but to extend sidnei's second choice.. and the > fact that we are extending *C* extensions... how about "CxyPython" Personally, I like the name "C Extensions for IronPython". It's descriptive. Joe ___

Re: [IronPython] Announcement: Project to get some CPython Cextensions running under IronPython

2007-10-15 Thread Andy Shah
I am a nobody in this world... but to extend sidnei's second choice.. and the fact that we are extending *C* extensions... how about "CxyPython" 1) We are talkin of eXtending C (Cx) 2) Makes it sexy... (Cxy) Kind Regards, Anand Praivn Shah. From: [EMAIL PROTE

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Giles Thomas
Hmmm, we didn't really want to get the feeling of oldness or rottenness - it was just side-effect of a terrible pun on C/sea. If the pun not only is really bad but also falls flat, then it's definitely a bad name ;-) OxyPython sounds much cooler; but Python's definitely not required as part o

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Sidnei da Silva
On 10/15/07, Giles Thomas <[EMAIL PROTECTED]> wrote: > One further question for this list, before I create a repository and mailing > list elsewhere for the project - what should the project be called? The best > one we've come up with in-house is "RustPython" (IronPython, *C* extensions, > you

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Michael Foord
Matt Clinton wrote: > > NumPy is largely about speed, and going through extra interop layers > can really bite into that (my $0.02). > The reason that Numpy is much faster is because most of the work happens inside the C code, so a minor performance hit on the way in and out isn't necessarily a

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Matt Clinton
NumPy is largely about speed, and going through extra interop layers can really bite into that (my $0.02). I think the suggestion for a smaller module to start with was about learning about compatibility with a more manageable chunk of code than the many, many lines of deep number-crunching tha

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Giles Thomas
Davy, What would the issues be with NumPy - just the size of the API that would have to be wrapped? I must admin that my biggest concern with this would be getting everything running under Mono... Cheers, Giles Davy Mitchell wrote: On 10/12/07, Giles Thomas <[EMAIL PROTECTED]> wrote:

Re: [IronPython] Announcement: Project to get some CPython C extensions running under IronPython

2007-10-15 Thread Giles Thomas
Curt Hagenlocher wrote: > My two cents would be this: using Managed C++, try for source compatibility first. Binary compatibility would be a great thing in the long term - after all, we don't want to run the risk of branching the target library's codebase! - but my gut feeling is that you're

[IronPython] [ANN] IronPython Community Edition r7

2007-10-15 Thread Sanghyeon Seo
This is the seventh release of IronPython Community Edition (IPCE). Download from SourceForge: http://sourceforge.net/projects/fepy FePy project aims to provide enhancements and add-ons for IronPython. http://fepy.sourceforge.net/ This work was in part supported by Mozilla Corporation. FePy pro