[SciPy-user] pre-release peek of compiler... and I need help with a name

eric eric at scipy.org
Thu Jan 3 11:32:53 EST 2002


Thanks Carl and others,

All would work. c would be short and sweet, but to many people use c as a
variable.  I think py2c is already taken by another project.

Thanks for all the suggestions everyone.  In the end, it came down to
'bicep' and 'weave', and 'weave' won.  Why?  It weaves snippets of C/C++
into Python, it wasn't taken, and I liked it.

So, I'll change the names, fix a few bugs that were found and hopefully
release within the week.

see ya,
eric


----- Original Message -----
From: "Staelin, Carl" <staelin at exch.hpl.hp.com>
To: <scipy-user at scipy.org>
Sent: Thursday, January 03, 2002 2:26 AM
Subject: RE: [SciPy-user] pre-release peek of compiler... and I need help
with a name


> Why not one of:
> py2c
> ccompiler
> c
>
> Cheers,
>
> Carl
>
> _________________________________________________
> [(hp)] Carl Staelin
> Senior Research Scientist
> Hewlett-Packard Laboratories
> Technion City
> Haifa, 32000
> ISRAEL
> +972(4)823-1237x221 +972(4)822-0407 fax
> staelin at hpl.hp.com
> _______http://www.hpl.hp.com/personal/Carl_Staelin_______
>
>
> > -----Original Message-----
> > From: eric [mailto:eric at scipy.org]
> > Sent: Thursday, January 03, 2002 1:01 AM
> > To: scipy-user at scipy.org; scipy-dev at scipy.org
> > Subject: [SciPy-user] pre-release peek of compiler... and I need help
> > with a name
> >
> >
> > Hey folks,
> >
> > Happy new year to all.  In celebration, I had planned on
> > releasing a new
> > version of the scipy.compiler module, but as a stand alone
> > package since it
> > is useful outside the scientific community.  So, the module was to be
> > released as 'compiler'.  Unfortunately, at the 11th hour, I
> > just noticed
> > that name is already taken in 2.2.  Doh!
> >
> > So, I need a new name.  The module has three main functions
> > (or modules).
> >
> > inline() -- allows you to inline C/C++ code in Python.
> > blitz() -- translates python Numeric expressions into Blitz++ (C++)
> > expressions for fast execution.
> > ext_tools -- Module useful for building Python extension modules.
> >
> > You can look here at the temporary site (until I get the real name...)
> >
> >     http://www.scipy.org/site_content/compiler/
> >
> > Please let me know if you have a suitable name.  Travis V.
> > has the front
> > runner:
> >
> >     cwrap
> >
> > Putting that along side cow.py is a little much though... so
> > we're still
> > looking.
> >
> > Also, there are still tons of typos, etc. in the docs(Trav
> > suggests running
> > a find/replace on your/you're would help. :| ) Let me know
> > how the tests
> > fair if anyone gets a chance to try it, and we'll hopefully
> > have things
> > shaped up with a new name for release by the end of the week.
> >
> > eric
> >
> >
> >
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.net
> > http://www.scipy.net/mailman/listinfo/scipy-user
> >
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>





More information about the SciPy-User mailing list