Geek And Poke
Cartoons
Home
March 15, 2012
Static Typing
Tweet
Mar 15, 2012 8:57:26 PM
NEXT POST
The Internet Of Things
Tweet
PREVIOUS POST
Zeno's Paradox
Tweet
Oliver Widder
I'm a IT-guy in Hamburg, Germany
1
Following
278
Followers
Search
My Other Accounts
Twitter
|
geekandpoke
Recent Comments
Wolf:
DELETE top, pants, bra FROM women WHERE sexylev...
|
more »
On
commands.sql
Cyrus McDugan:
Does that really work? I can tell you, that it ...
|
more »
On
commands.sql
Michael:
Dad? What is a floppy drive? :-D Im getting soo...
|
more »
On
The Social Generation
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.
Posted by: Daniel Sobral | March 16, 2012 at 02:42 AM
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/)
Posted by: codedincantation.com | March 16, 2012 at 03:21 AM
simply explained
Posted by: openyourtypepad | March 16, 2012 at 06:39 AM
This is not static typing. This is a lack of type inference.
Posted by: folone | March 16, 2012 at 11:01 AM
NOOOOOO, that's duck typing! :)
Posted by: equivoc | March 16, 2012 at 01:11 PM
Duck duckDuck = duck.goose()
Posted by: H. Howe | March 16, 2012 at 04:35 PM
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"
Posted by: missingfaktor | March 16, 2012 at 08:50 PM