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: [EMAIL PROTECTED] 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@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to