I was excited to see Nim get a little bit more love on HN for once but unfortunately that's quite a short list.

Looking forward to seeing Nim get more traction over time.

This is a great talk on what makes Nim special IMHO for those new to it: https://youtu.be/j0fUqdYC71k

I like Nim and I think it is a really powerful language, but I simply don't find a use for it.

If I need to write easy deployable backend apps I go for PHP.

If I need GUI I go with Python and Qt.

If I need to write numerical apps, data science, ML or related things I go for Python.

I use Go for cli apps and http web services.

For highly interactive front-end stuff, JavaScript.

But I simple don't know where Nim fits within my needs.

Any suggestions?

nim is good for cli programs and backend, if you're enough experienced also websites frontend(js target, libraries like karax etc...)

https://github.com/c-blake/cligen can make the CLI integration part pretty frictionless.