a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by tauta_krypta
tauta_krypta  ·  3232 days ago  ·  link  ·    ·  parent  ·  post: The current XKCD, and a very funny (and relevant) talk to go with it in the text.

The worst thing is that PHP basically does No. 1:

$var = "2"; $value = 2 + $var; $value = (string)$value; var_dump($value); // string(1) "4"





StJohn  ·  3224 days ago  ·  link  ·  

I don't know why, but that makes me very happy. I also actually quite like the idea of no.s 6 and 7, but then I have a weird fetish for funked out programming languages.

user-inactivated  ·  3232 days ago  ·  link  ·  
This comment has been deleted.