Hacker News new | ask | show | jobs
by hodgesrm 1175 days ago
Exactly the same thing happened to me recently. I found refuge in Golang. Not my favorite language but it's tough to beat for utilities that you want to distribute quickly.
2 comments

For all the shit node gets for being too dependency heavy, npm, yarn, pnpm all work exactly how I’d expect.
I love npm. It actually works. ;)
Not to mention golang sub second compile time and all the productivity boosts coming from that
Hardly impressive for anyone that has used compiled languages with modules since the 1980's.

What is impressive, is how so many in the industry have forgotten about them.

With all these years of improving compile times why is haskell compiled time very slow still?
Incremental compilation has been a thing since the days of Smalltalk. (At least.) It's a feature of every Java IDE I've ever used. I do appreciate quick Golang builds but being able to change something in an IDE and see instantly if it compiles is a big plus of many lanugage.s