Nim use cases - nim-lang/Nim GitHub Wiki
This is an introductory page on use cases where you might want to use Nim.
- Multiarch applications
-
As Nim compiles through GCC, any architecture supported by GCC can run Nim.
- Gaming
-
Nim was designed with gaming in mind. See documentation regarding speed and GC.
- Embedded systems and microcontrollers
-
Nim have some of the smallest memory overhead and binary size compared to other languages.
The following use case might require larger amounts of libraries, tools, and language maturity in general (as in early 2015)