Earlier quoted context omitted.
Except there are html, css, javascript. Everyone already uses a browser so nothing to set up. Just code and open it in your browser.
> Except there are html, css, javascript. Everyone already uses a browser so nothing to set up. You haven't seen the current JS ecosystem, have you? Now if you opt to ignore the entire modern JS scene - all that Babel, Webpack, NPM stuff - and just write plain old JS in a text editor to execute directly, then yes. And with browser dev tools having a half-decent REPL, I'd say this is a pretty good way to introduce som…
Honest question - I've only done a few websites, some with basic JS functionality and a few more advanced (for a website, that is) Go apps now - but never really felt the urge or need to reach for the "modern JS scene", so I'm unsure just how prevalent that kind of setup is.