Hi, there is a new feature with the recent windows 10 update.You now can compile and run your linux apps (console only) on windows.
The build script is working fine: curl -fsS https://dlang.org/install.sh | bash -s dmd The only thing you need is to install the build-essential package
sudo apt-get install build-essential
A simple hello world application is running fine. Network functionality not tested so far. Kind regards André
