What are the other options against Zope?

Mike Meyer mwm at mired.org
Sun Jul 3 00:43:38 EDT 2005


Terry Hancock <hancock at anansispaceworks.com> writes:
> This is true in the same sense that Python is unnecessary
> because all programs can be written in assembler.  Or machine
> code for that matter.  Entered by flipping switches, even -- throw
> away that keyboard.
>
> I have actually seen this done, BTW.  Even though I'm theoretically
> too young. ;-)

I've actually done this. But the real point of having switches to flip
isn't so you can enter programs - it's so you can interrupt the
kernel should you drop it into a tight loop. You poke an invalid op
code into the middle of the loop, and let it panic.

I've actually seen this done as well.

     <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list