diff --git a/Nim-use-cases.asciidoc b/Nim-use-cases.asciidoc new file mode 100644 index 0000000..b5a02d0 --- /dev/null +++ b/Nim-use-cases.asciidoc @@ -0,0 +1,17 @@ +This is an introductory page on use cases where you might want to use Nim. + +### Where Nim works well + + +### Where Nim will work well + +System libraries + + + +### Where Nim might not be the best fit + +Scripts and interactive use - + +Beginners:: + as a first language, Nim is more complex than Python or Ruby