PyMyth: Global variables are evil... WRONG!

Roy Smith roy at panix.com
Wed Nov 13 23:33:22 EST 2013


In article <mailman.2580.1384399784.18130.python-list at python.org>,
 Chris Angelico <rosuav at gmail.com> wrote:

> I have yet to see any language that gives true globals. At very best,
> they're just process-wide! Honestly. How am I supposed to write code
> that accesses variables running on my New York server?

Any one of a slew of remote procedure call protocols.  These days, the 
cool kids are using REST, but people have been doing RPC-ish things ever 
since the first guy to connect two computers with a piece of wire.

Wait, aren't you the guy who's into MUDs?



More information about the Python-list mailing list