Hacker News new | ask | show | jobs
by yakshaving_jgt 1288 days ago
> I don't use js because it is the hot new thing, but rather because it is simple.

It infamously isn't.

https://www.destroyallsoftware.com/talks/wat

2 comments

Most of these are 'gotchas' that rarely happen in real code because they're all due to implicit type conversions
Yeah, nothing there affects regular programs even a tenth as bad as say quoting rules and space handling affect average Bash shell scripts.
Wouldn't shellcheck catch most of these?
Hm, video arguments are not my take, I did not watch it (yet), but in either case this seems to be opinion.

But of course, javascript is so simple, that it is not suitable for complex problems. No (sane) person would ever claim, that it is the right language for every problem.

Are you familiar with the No True Scotsman logical fallacy?
Yes, but I do not know, what you are trying to tell me.
I am suggesting that you are making exactly this kind of fallacious argument when you say “No (sane) person would ever claim, that it is the right language for every problem.”
"in which one attempts to protect their universal generalization from a falsifying counterexample by excluding the counterexample improperly"

This would be the wiki definition.

But where is your falsifying counterexample?

You mean the video, which says below:

"This talk does not represent anyone's actual opinion. For a more serious take on software, try .."?

It's fairly easy to find falsifying counterexamples — it's not such an uncommon opinion.

Also I believe the author of the video is clarifying in the statement you quoted that he isn't trying to take a position on the state of the industry.