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

Brian Moon's Blog: Initializing & typing variables with settype()

Zend Developer Zone: 2 Beginners Guides I Wish I had when I Started with PHP

DevShed: Generating Outputs from MySQL with Static Members and Methods in PHP 5

DZone.com: PHPUnit vs. Phake cheatsheet

NETTUTS.com: Creating a Dynamic Poll with jQuery and PHP


Community Events











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


framework functional symfony2 community phpunit testing conference language database series zendframework2 opinion interview release podcast introduction google development rest usergroup

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