Hacker News new | ask | show | jobs
by fprotthetarball 1386 days ago
> He clearly wants https://nim-lang.org/

I think a lot of people want Nim, but either don't know about it, or some language feature turned them off. There are a few polarizing language design choices, but every language has something. Perhaps it just needs a killer app using it in some visible fashion (e.g., Lua in Neovim and Hammerspoon).

1 comments

I was turned off by the Windows Defender issue. I can't release consumer software written in Nim if every executable compiled with their toolchain is flagged as malware and the downloads silently halted.
The Nim team has been working on the false anti-virus flagging issues: https://forum.nim-lang.org/t/9358

For context apparently Nim had a few articles written on how to write “red team” software with it and it also got popular with malware writers. Ultimately there’s an issue with AVs being lazy and flagging all Nim binaries as malware. Some of them even ignore binaries properly signed with good keys. Just another reason AVs are terrible.

Glad to see progress on this, because I really liked Nim when I learnt it and this is my only blocker to consider it for a few personal projects.

I understand the necessity to detect known malware, but AVs are definitely terrible if they're unable to fingerprint the actual malicious code rather than the general traits of the toolchain used.

Also, signed binaries have proven close to useless since newly released binaries/installers raise a warning on Windows until several people run them anyway.