Arcanelab Blog

Arcanelab Blog

Blog of Zoltán Majoros. Mostly links to coding and math related topics, intertwined with retro computing, music theory and general nerd stuff.

  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": …