Hacker News new | ask | show | jobs
by miki123211 301 days ago
I feel like Nim, along with C#, is one of the few languages that just cannot be used without a great IDE.

It heavily encourages namespace pollution and `import *`, making it very hard to figure out what where a given function is coming from and hence what it does.