Ask HN: How do you choose languages for building applications?
11–20 of 48 posts
Re: Ask HN: How do you choose languages for building applications?
#121) languages I know and like.
2) what are other things in the same area written in? This doesn’t mean those languages and libraries are best, but it does mean they will be well supported. Someone will update stuff to iOS 16, or when chrome changes how cookies work, or care when one of your users has 4 monitors all at different resolutions. If you pick something obscure enough, you are fixing all those things yourself.
Re: Ask HN: How do you choose languages for building applications?
#13Re: Ask HN: How do you choose languages for building applications?
#14I'd rather spend my limited time developing features, not updating the code to the latest node/python/pip/uv/yarn/framework version.
If I don't maintain the code, upgrading is way harder, b/c trying to figure out which dependency works for what version of what framework/language is a nightmare.
Re: Ask HN: How do you choose languages for building applications?
#15Re: Ask HN: How do you choose languages for building applications?
#16Rust for everything, I could explain but it would get rude
Re: Ask HN: How do you choose languages for building applications?
#17Re: Ask HN: How do you choose languages for building applications?
#18Re: Ask HN: How do you choose languages for building applications?
#19Then my teams ignore all that research and build it in the language they build everything in.
Re: Ask HN: How do you choose languages for building applications?
#20Simple — Rust for everything except Typescript for browser/mobile and Python for scripting.