Hacker News new | ask | show | jobs
by smeagull 1465 days ago
I'm not paying that much for an editor that runs counter to my muscle memory, just so I can use a different programming language.

If a language requires some IDE to make it usable, then I put it in the same camp as Java: Hope the competition are using it.

3 comments

No wonder FOSS languages are stuck in the pre-historic tooling.
If “pre-historic” means “doesn't take several minutes to start and require 8GB of RAM”, I guess that's a good thing.
I wonder how Turbo Pascal IDE managed to fit into 640 KB....
Because it wasn't based on bloatware liks Electron. And I guess the developers actually cared about performance because at that time they couldn't just assume that everyone has a powerful machine.
Electron !== IDE.
"IDE as tool for everything" is what's prehistoric, at this point.
Sure, some people enjoy being stuck with workflows born out of phosphor terminals.
So why don't you program in VR then? Why not generate CI jobs from an ML model?
Graphical IDEs are good enough.

Xerox PARC already showed how.

Do you have any other workflow that allows so much programmability and composability while being lightweight and cross-platform?
You mean the "cross platform" as long it is UNIX?
Enjoy duplicating your workflows anyway for CI. Or do you make a release by clicking the play button in your IDE?
Windows has WSL. Is there any other major non-Unix platform?
That's why I buy JetBrains all products pack. It supports many languages.
I'm tempted to ask what languages you're using and what has your best experience with them been like.

Because as messy as Java is, refactoring codebases in it that have been kept alive for close to a decade is surprisingly not madness-inducing (most of the time), at least in some of the sane frameworks. Apart from, you know, legacy projects basically killing your career in the long term.

I'm not sure what other language I'd feel comfortable with changing how some method works across 50 other places that call it and have the IDE do most of the heavy lifting.

Yes, I have Stockholm syndrome, probably. Yes, I'd prefer to retire to planting potatoes in a farm, rather than work with NullPointerExceptions.