On Wed, 2013-09-11 at 15:17 -0400, Jonathan M Davis wrote:
[…]
> that it's dynamic. It shouldn't be possible to do things like change the type 
> of a variable based on whether an if condition was true or not (or change the 
> type of a variable at all for that matter). I use python at work when I need 
> to use a scripting language, because it's the best option that I have there, 
> but otherwise, I'd just use D.
[…]

The type of variables in Python do not change. Python is a strongly
typed language. The type of all variables is pointer to object.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to