Nightly build Nim compiler is available in this online compiler: [https://wandbox.org](https://wandbox.org)/
Select nim language and nim HEAD to use nightly build. I wrote a blog post about Wandbox for Nim users. [https://internet-of-tomohiro.netlify.com/nim/wandbox.en.html](https://internet-of-tomohiro.netlify.com/nim/wandbox.en.html) But it is different nightly build from [https://github.com/nim-lang/nightlies/releases](https://github.com/nim-lang/nightlies/releases). Wandbox do git clone and build nim compiler almost everyday using following script. [https://github.com/melpon/wandbox-builder/blob/master/build/nim-head/install.sh](https://github.com/melpon/wandbox-builder/blob/master/build/nim-head/install.sh) Should wandbox use official Nim nightly build instead of running this script? If so, I will fix the script and send Pull request.
