logoalt Hacker News

timcobbtoday at 6:09 AM1 replyview on HN

For some new custom small thing you'd be better off using not this though, right?


Replies

queenkjuultoday at 9:43 AM

Personally i can kind of see a use case here. I've shipped some simple server side packages as a "compiled" Node single executable written in TS, but you're stuck with the big overhead of Node.

I've just been teaching myself Go, also a single binary but without the overhead. But in Go i miss the expressiveness of the TS type system sometimes.