Hacker News new | ask | show | jobs
by joelbluminator 2102 days ago
For me its Rails, also because I love it. None of us is 100% objective or rational about this. I'm very much aware most companies can be built with any of the common stacks, the tech barely matters for 90% of these companies. Why does it mater if advertisement algo company X or insurance tech company Y choose java/.net/ruby/php ? All these stacks are good enough and have been used countless times in varying scales.
1 comments

For example if you are building something around nlp, probably pick python.

Also, since you are all into ruby, maybe take a look around as to why other languages exist.

There's a solid question as to why the tool you'd pick for CRUD databasey stuff should be coupled to what you'd pick for NLP heavy lifting by the interpreter. Different jobs, different tools.
That's quite a specific use case and as a mainly backend web developer I don't hit many nlp problems. That's usually a whole specialisation of it's own.

> maybe take a look around as to why other languages exist.

I've been around. Still like Rails, works well for me. Thanks for the advice :)