[go-nuts] Re: Go Programming Language Course

2018-02-24 Thread bnixon67
As an alternate to Linux VMs, is it possible to install the Windows Subsystem on the Windows 10 lab machines? What IDE, if any, do you plan to use and how complex are the programs? Do you need to worry about C integration, cross-compi

[go-nuts] Re: Go Programming Language Course

2018-02-21 Thread Egon
The main value is not adding complexity in your learning setup. As value points you can show examples how to cross-compile from Windows to Linux. Of course, as Jonathan mentioned compiling with C is bit annoying. If you just need to use CGO, then TDM-GCC does a decent job. If you need to link t