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
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
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
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
> 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
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
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
___
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
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
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
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
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
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:
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
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
15 matches
Mail list logo