I'm using Nim to handle ZIP Code validation and address correction. It's a fuzzy process of checking the postal address to ensure that the given ZIP Code is correct. Nim should match the ZIP Code against the postal data file and refers to the correct location and so on.
Given I'm not using any advanced trick/technique in my code, I don't care if Nim has not yet reached v1. I realize any upcoming / stable release will not break my code, and if so, I think I'll not spend too much time fixing it. By the way, in my opinion, version 1 should have been formally released some time ago. Okay, there are pros and cons to this, I know. My Environment is Ubuntu (running at DigitalOcean) w/ SQLite. And BTW, I make some money with that... So, you can consider I'm using Nim in Production. Cheers
