logoalt Hacker News

game_the0rytoday at 5:10 PM1 replyview on HN

> But for CLI, it never made sense to me. Especially when Python and Go exist.

But why? Not saying node is better, just want to know where you are coming from for my own knowledge.

Bc I would have picked typescript + node too. It has types (where python just has type hints) and a lot of developers know it already (where go is more niche).


Replies

LeBittoday at 5:51 PM

I guess the reasons are that I feel (no data to back this up) that having a Python runtime available is much more probable than having a nodejs runtime around.

I was going to say you cannot easily distribute a nodejs based CLI app, but that’s of course not true. devcontainer-cli is a nodejs app and so are many of the coding agent harnesses.

Yeah, thanks for pushing back. I guess my view was irrational.