Hey, Nimers!  I'm a novice in world of Nim, my generic/work languages is 
C/C++/C#, sometimes JS/Haxe as a hobbie. But also I was interested in Nim. Wich 
status of Nim?

  * Does standard library is stable for usage in the enterprise?
  * As I understand, Nim allows to use it's **GC** to manage memory 
automatically, or to control it manually, when it needed (for Native, C/C++ 
targets)?
  * Is it realistic (and how to difficult **in practice**) with Nim to maintain 
a **single code base** in the project, who particulary requires **access to 
both levels** (**low-level**: allow to manage memory by developers, usage a 
static datatyes, bit operations and etc.; **hight-level** for faster 
development of resource-inpedendets parts)?
  * Also critically availability **cross-language support** via usage of 
**dynamic modules** (dll, dynlib, so): use it in Nim's application and export 
some functions (generate own dynamic module) to dll/so/dynlib.
  * Is there **successfull stories** of **individual developers**/**companys** 
of usage Nim for **real/huge projects** (enterprise, gamedev, web or something 
else)?


Reply via email to