New Home of Geek&Poke


  • Geek & Poke has a new home. I would be pleased if you'd follow me there. (This site will be sunset soon)

License

« The Internet Of Things | Main | Zeno's Paradox »

March 15, 2012

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341d3df553ef0168e8d68882970c

Listed below are links to weblogs that reference Static Typing:

Comments

Very sad that people identify this with static typing. A better image for static typing would be a machine sorting identical eggs into chicken and duck eggs.

Hey, this one is nice.
I'm smiling as I see the comic.
It's creating an object. Factory way. Nice one.
(http://codedincantation.com/blog/)

simply explained

This is not static typing. This is a lack of type inference.

NOOOOOO, that's duck typing! :)

Duck duckDuck = duck.goose()

What you want to criticize is languages with lame type systems (such as Java, C#), and not static typing. Here is how Haskell would look:

d = Duck "Donald"

The comments to this entry are closed.