dub: should we make it the de jure package manager for D?

Russel Winder russel at winder.org.uk
Wed Sep 11 14:40:30 PDT 2013


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.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130911/221aaf1b/attachment.pgp>


More information about the Digitalmars-d mailing list