From 2c529f0bbebd86a531e589933f64ac4048eefcd0 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 2 Jul 2015 10:18:54 -0700 Subject: [PATCH] Use Cases: Remove BigBoneDaddy edits --- Nim-use-cases.asciidoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Nim-use-cases.asciidoc b/Nim-use-cases.asciidoc index d3ddbe9..e2d4dc8 100644 --- a/Nim-use-cases.asciidoc +++ b/Nim-use-cases.asciidoc @@ -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. -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 maybe 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. +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. @@ -20,6 +20,4 @@ Cryptography:: Nim is safer than C [also see System libraries] Scripts and interactive use:: Nim is a complied languages and the interactive interpreter is somewhat limited. -Beginners:: as a first language, Nim is more complex than Python or Ruby - -You want much complexity:: Nim not as complex as Rust or C++ so if you want complexity maybe Nim not a good choice \ No newline at end of file +Beginners:: as a first language, Nim is more complex than Python or Ruby \ No newline at end of file