Re: Britney Spears nude

2005-09-15 Thread Ian Osgood
Jeremy Jones wrote: > Will McGugan wrote: > > >Tim Peters wrote: > > > > > >>[john basha] > >> > >> > >> > >>>send me the britney nude photos > >>> > >>> > >>Because they're a new feature, you'll have to wait for Python 2.5 to > >>be released. > >> > >> > > > >She has just spawned a child process.

Re: Which kid's beginners programming - Python or Forth?

2005-06-29 Thread Ian Osgood
Forth clarifications below... Rocco Moretti wrote: > > So for Math you'd do something like: > > y = b + mx + cx^2 > > IIRC, for Forth it would be something like (please excuse the mistakes > in operator notation): > > x 2 ^ c * m x * + b + 'y' setvar Assuming these are all VALUEs: x DUP * c *