[IronPython] RE: Numpy port
msurel at comcast.net
msurel at comcast.net
Thu Sep 1 20:32:37 CEST 2005
I was thinking 'pynt'. If you wrote a light version of the interpreter you could call it 'half-pynt'.
> Oh good -- we can program in "pithy" !!!
>
> At 07:11 PM 8/31/2005, Keith J. Farmer wrote
> >It's okay to interchange 'i' and 'y' .. so you can go through each combination
> of i/y that occurs in each part.
> >_______________________________
> >
> >From: users-ironpython.com-bounces at lists.ironpython.com on behalf of Thane
> >Sent: Wed 8/31/2005 2:00 PM
> >To: 'Discussion of IronPython'
> >Subject: RE: [IronPython] RE: Numpy port
> >
> >essential_parts = "py,pyth,python".split(',')
> >other_parts = "net,i,ir,iron,fe,ferrous,-anything-but-sharp-".split(',')
> >for part1 in essential_parts:
> > for part2 in other_parts:
> > print part1+part2
> > print part2+part1
> >
> >(Doesn't include "Pyronic" which I kinda like.)
>
>
> J. Merrill / Analytical Software Corp
>
> _______________________________________________
> users-ironpython.com mailing list
> users-ironpython.com at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
More information about the Ironpython-users
mailing list