Arcanelab Blog

Posts

  1. text

    Nim Build System for Atom Step 1.

    Nim Build System for Atom Step 1. Install atom-build Step 2. Create a file in the project directory called .atom-build.json (note the preceding period!) with the following content: { "cmd": "nim", "args": [ "c -r --verbosity:0 ", "{FILE_ACTIVE}" ], "sh": true, "cwd": …