I like Nim because:

  * I can use it to unify, typify and abstract code between different target 
languages.
  * At the same time Nim is a full native code systems programming language.
  * NimScript lets me write mundane tasks which would otherwise written in 
another (scripting) language.
  * By utilizing meta programming I can write my own language extensions or 
DSLs.
  * Also by utilizing meta programming I can quickly extract code into 
templates which makes for rapid development and easier readable code.
  * The syntax and style "ticks" with me. I could read Nim pretty much without 
really knowing the language.


Reply via email to