I Am Switching to JavaScript
blogtitle.github.io
I Am Switching to JavaScript
1–10 of 21 posts
Re: I Am Switching to JavaScript
#2Re: I Am Switching to JavaScript
#3One of the most sarcastic put-downs of a language I've ever seen.
It won't change anyone's mind; that's not its purpose.
It's meant to be funny. Don't take it too seriously. Read it for fun.
--
EDIT: We all know there are lots of reasons to use JS for a ton of use cases -- indeed, JS is currently the most widely used language on Stack Overflow: https://insights.stackoverflow.com/survey/2019#technology-_-... -- but that doesn't mean we can't recognize and laugh at the idiosyncrasies of the language :-)
Re: I Am Switching to JavaScript
#4Re: I Am Switching to JavaScript
#5What date is it again?
Re: I Am Switching to JavaScript
#6>> This is something I have been waiting for: exact arithmetics. It is incredible to think about a language having such a feature.
Haha!
Re: I Am Switching to JavaScript
#7I'm not going to take the bait and start a flame-war. I will just say that odd quirks don't make either of them a bad language because they each have many other benefits. And that the author shouldn't quit his day job to become a comedian.
Re: I Am Switching to JavaScript
#8 3.14 % 5
// 3.14
13.14 % 5
// 3.1400000000000006
There's nothing strange about this, it is, as you would expect, exactly 13.14 - 10.