Y
Hacker News
new
|
ask
|
show
|
jobs
by
4e530344963049
1573 days ago
"JS is almost never the right tool for the job"
Except, you know, in the browser...
4 comments
mountainriver
1573 days ago
Yeah I didn’t get that part, JS is one of the most used languages because of the browser
link
jpgvm
1572 days ago
This is fair. I don't write browser code.
link
UnpossibleJim
1573 days ago
Web Assembly is right around the corner... still =P
link
yakshaving_jgt
1572 days ago
That doesn’t mean you need to write JavaScript. You can write code in a reasonable language that compiles to JavaScript.
link
fulafel
1572 days ago
Sometimes yes but for a lot of situations we have better options, like ClojureScript, TypeScript, etc.
link
7thaccount
1572 days ago
I assume they meant everything, except the browser (like electron apps or NodeJS on the backend).
link