Using JavaScript and it's like, huh, this just feels like a good programming language and could fit in the same spots as Python.
I've only ever seen it used in websites, webapps, and in Gnome shell extensions.
But like, it's a whole ass programming language! It's really similar to Python since it's interpreted and dynamically typed, but also it ties in tightly to webdev.
Bonus points that it runs in the browser, so on practically any modern machine with a keyboard, you can fuck around in the dev tools with a nice JS repl.
Does anybody here use JavaScript for anything other than websites and webapps? If so, what do you do with it?
emma wrote (edited )
Haven't tried it yet, but apparently you can write DOS programs in JS. I honestly had a hard time wrapping my head around this when I first heard about it, because "JS interpreter" and "16-bit OS" don't mix in my brain.
As for why JS isn't more popular, Python has been around a hell of a lot longer, and JS has only caught up to other languages in the past few years.