Hacker News new | ask | show | jobs
by shp0ngle 1711 days ago
Yep.

I know it's entirely other end of the language spectrum, but I think that's why Typescript got successful while Flow did not; Typescript is in Typescript, while Flow is in OCaml. And nobody knows OCaml.

OTOH, eslint is making waves now and it's in golang, so. Who knows.

2 comments

I suspect that you might mean esbuild (not eslint).
I'm not a golang fan, but one thing I've noticed about go is that it is possibly the most approachable yet real programming language for beginners I've ever seen. I think this is part of why go is doing so well in the devops space. Sys admins who are not really well versed in programming but know enough to write some scripts here and there are able to bring their domain specific knowledge of admin tasks and write code to contribute.