Nim can run in more places then python can. Nim can run along side JavaScript, 
or compiles into WASM (<https://github.com/treeform/nim_emscripten_tutorial)>. 
It can run on embedded devices (<https://www.youtube.com/watch?v=eCCrkZI0rVU)>. 
Its a great glue language for not gluing just C (like python can) but also C++ 
and ObjectiveC. It can run on mobile devices 
(<https://github.com/treeform/glfm)>. It can run some some consoles like the 
Switch 
(<https://github.com/nim-lang/Nim/blob/devel/doc/nimc.rst#cross-compilation-for-nintendo-switch>)
 and some old ones like the game boy (<https://github.com/hcorion/nim-on-gba)>. 
It can also run in the GPU shaders (<https://github.com/yglukhov/nimsl)>.

Nim can go where you want to go.

Reply via email to