On Fri, 11 Aug 2006 21:51:25 -0400
Luis P Caamano <[EMAIL PROTECTED]> wrote:

#> That's how I feel too Josiah.  In some ways, it's the same as writing
#> device drivers in a pre-emptable kernel.  You can get interrupted and
#> pre-empted by the hardware at any freaking time in any piece of code
#> and your memory might go away so you better pin it and deal with the
#> interrupts.  Forget about that and you end up with a nice kernel
#> panic.  Still, we have all kinds of device drivers on SMP,
#> pre-emptable kernels.  It can be done.

Of course it can... but do we *really* want programming in Python3k to
be comparable in difficulty to writing device drivers?

-- 
 Best wishes,
   Slawomir Nowaczyk
     ( [EMAIL PROTECTED] )

Numeric stability is probably not all that important when you're guessing.

_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to