Updated Nim use cases (asciidoc)
This commit is contained in:
parent
575d4b3e1c
commit
2bb3dfb0bd
|
@ -4,7 +4,7 @@ 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.
|
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.
|
Gaming:: Nim was designed with gaming in mind. See documentation regarding speed and GC. If you are working on a game like a baseball simulator then Nim can offer the fast performances you need to simulate intensive game play, artificial intelligence, graphics, audio sound processing, and all of the other functionalities of modern gaming.
|
||||||
|
|
||||||
Embedded systems and microcontrollers:: Nim have some of the smallest memory overhead and binary size compared to other languages.
|
Embedded systems and microcontrollers:: Nim have some of the smallest memory overhead and binary size compared to other languages.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue