DEV Community

Discussion on: Are you really using JavaScript?

Collapse
 
codelitically_incorrect profile image
codelitically_incorrect

It does matter imo.

Collapse
 
darthknoppix profile image
Seth Corker • Edited

I have used some source to source compilers in the past to write JS but they come with their own set of challenges. I’m interested in where developers make the switch from plain JS to tooling and even to other languages.

Why do you think it’s better to stick with JS with tooling over alternatives?

Collapse
 
codelitically_incorrect profile image
codelitically_incorrect

"..free from anything of a different, inferior, or contaminating kind; free from extraneous matter: pure gold; pure water. unmodified by an admixture; simple or homogeneous."

Thread Thread
 
darthknoppix profile image
Seth Corker

Okay, I take your quote to mean that writing plain JS is optimal because it is free from unnecessary indirection, abstraction and additional build steps. You’re writing JS because that’s what the browser expects and there is less distance between source and output.