So, the installer isn't really working for me. It just opens and closes. Would really like to play around in nim so I was wondering if there are any alternative ways to install nim.
edit------ I might just be stupid. does this come with its own compiler? or do i need to use a separately installed one?
What OS?
Nim is a compiler, but it compiles to C/C++/JS, so assuming you want to compile for native targets you'll need a C compiler as well.