Live data from Hacker News

Why can't I write code inside my browser?

tomcritchlow.com

41–50 of 624 posts

Re: Why can't I write code inside my browser?

#44
post #34

A lot of you guys are hating on the author for not being able to figure out how to install Nodejs. Yet if you're old enough to have gotten started in the time of JavaScript in the late '90s, or QBasic in the early '90s, or systems like the BBC Micro or TRS-80 in earlier decades, you should know what the author's talking about. Everything you need to program is just there . It just works , there's no extra installatio…

That pretty much exists though. That's why Raspberry PI was invented and at the cost of $25 + a keyboard and mouse for the base model.

If you want to pick up programming as a hobby, a hobby computer exists. If you want to get more serious eventually you have to learn your tools.

Re: Why can't I write code inside my browser?

#45

The whole sentiment of this article just comes off a little whiny to me. Nowadays there is so much more information available for learning how to code and set up your dev environment. There are literally coding books for kids at book stores. And StackOverflow! When I was younger, one had to search high and low on the net trying to find help using shitty dial-up service. Then, you'd end up in some IRC channel asking f…

I'm happy to be that old guy who learned programming with magazine articles(and a pirated copy of turbo Pascal. You really appreciated that hypertext help.)

Re: Why can't I write code inside my browser?

#46
post #22

I am fascinated by the continued prevalence of excel in many industries. It feels as if some modern scripting language should be able to replace some aspects of the spreadsheet and work much better.

> some modern scripting language should be able to replace some aspects of the spreadsheet and work much better

To begin with, it should be a single package without dependencies, just like excel is. Not some "ecosystem" where you need to install certain versions of packages for your script to work.

Re: Why can't I write code inside my browser?

#50

I'm curious if the author has heard of sites like: * https://repl.it/ * https://jsfiddle.net/ I didn't see anything like that mentioned in the article, but I think that you can easily write code inside your browser today. Also, web browsers are already extremely heavy and complicated. That complexity is convenient for end users, but it also has costs, like making it very difficult and expensive to create a new compet…

For TypeScript, there’s the TS Playground: https://www.typescriptlang.org/play
Post reply on HN