Hacker News new | ask | show | jobs
by allisdust 1311 days ago
Honestly the rust web frameworks are quite good. I don't find them any more verbose than say typescript or golang because enough higher level types exist to abstract away complexity. Majority of api code is just crud and business logic so it makes any difference in which language it's written in terms of complexity.

And the rust ORM libraries are catching up with other languages so there is no additional advantage from picking a gc collected language.