News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Static/Dynamic typing sweet spot
October 08, 2008 @ 10:24:28

In a new post today Jani Hartikainen takes a look at one of the things that makes PHP both powerful and unpredictable at times - its variable typing, static versus dynamic.

It seems that PHP has moved a bit towards static typing, and languages like C# seem to be implementing some dynamic features. Are we going towards a "mixed" language with static and dynamic typing? What's the "sweet spot" between completely static (like C++) and completely dynamic typing (like Python)?

He compares the benefits of static and dynamic, and a particular place where PHP falls a bit flat - type hinting in certain situations. He agrees, though, that dynamic typing is "the way to go" since it gives the developer the flexibility they might need for more "typing tricks" in their apps. Oh, and "duck typing"...

0 comments voice your opinion now!
static dynamic typing type variable hint compare


blog comments powered by Disqus

Similar Posts

PHPit.net: Creating ZIP and TAR archives on the fly with PHP

John Lim's Blog: Why Should PHP ever be taught in school?

Johannes Schluter's Blog: PHP 5.3: Up to 30% performance win

LivePipe Blog: What PHP6 Actually Needs

Stoyan Stefanov's Blog: PHP-style $GLOBALS in Javascript?


Community Events









Don't see your event here?
Let us know!


development release opinion code functional community testing unittest language composer introduction zendframework2 database event phpunit object api framework example interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework