Rust - https://rust-on-nails.com/
Ask HN: What programming language do you think is the best for Web Applications?
21–30 of 42 posts
Re: Ask HN: What programming language do you think is the best for Web Applications?
#22Ultimately it doesn't matter what internet commenters think, the best language is always going to be the one you are most comfortable and productive using. PHP, Python, Ruby, Elixir, .NET/C#, Java, Perl, JavaScript, etc. - all of them can accomplish the task of a running web application. I would lean towards an ecosystem that has lots of libraries to pick from and good documentation.
Re: Ask HN: What programming language do you think is the best for Web Applications?
#23JavaScript is a highly productive for Web Applications, although I also heavily use other alternatives for several reasons, But regardless, that is why it is my candidate for the best programming language especially working with the Web and Web applications in general. Anything beyond that is either niches or outside general purpose web. JavaScript can do: - advance web applications (electron, NodeJS) - ETL on the go…
I do understand that it's not entirely fair to criticize it for being sloppy, since it was supposed to only be a stopgap to be used for a few years in the 1990s until the hypothetical better language came along. Perhaps WASM means this long wait is finally over, but I don't want to get my hopes up.
Re: Ask HN: What programming language do you think is the best for Web Applications?
#24JavaScript is a highly productive for Web Applications, although I also heavily use other alternatives for several reasons, But regardless, that is why it is my candidate for the best programming language especially working with the Web and Web applications in general. Anything beyond that is either niches or outside general purpose web. JavaScript can do: - advance web applications (electron, NodeJS) - ETL on the go…
JS is ubiquitous. It's also a primitive, sloppily-designed language that has caused untold economic damage. It's not as bad a language as, say, Perl, but it might be the single biggest thing holding back the Web as a platform today. I do understand that it's not entirely fair to criticize it for being sloppy, since it was supposed to only be a stopgap to be used for a few years in the 1990s until the hypothetical bet…
The difference I see is that it will not likely die as quickly and quietly due to how distributed the code is.
Re: Ask HN: What programming language do you think is the best for Web Applications?
#25Re: Ask HN: What programming language do you think is the best for Web Applications?
#26Earlier quoted context omitted.
JS is ubiquitous. It's also a primitive, sloppily-designed language that has caused untold economic damage. It's not as bad a language as, say, Perl, but it might be the single biggest thing holding back the Web as a platform today. I do understand that it's not entirely fair to criticize it for being sloppy, since it was supposed to only be a stopgap to be used for a few years in the 1990s until the hypothetical bet…
I'd say javascript is the new Perl (I used to love writing perl way back). It is undoubtedly useful, but can be horrific to read. It is heavily used to get things done in a pragmatic way. The difference I see is that it will not likely die as quickly and quietly due to how distributed the code is.
Re: Ask HN: What programming language do you think is the best for Web Applications?
#27It's fine to use a programming language not normally known for web programming. Just remember if web-related libraries and documentation doesn't exist, you will need to write them yourself.