Re: [go-nuts] Go as your first language

2018-01-16 Thread matthewjuran
Here's an experience report on teaching new programmers with Go: http://www.monogrammedchalk.com/go-2-for-teaching/ On Tuesday, January 16, 2018 at 8:42:34 AM UTC-6, matthe...@gmail.com wrote: > > From my experience: > > Expecting somebody at 0 to become a software engineer via coursework or a

Re: [go-nuts] Go as your first language

2018-01-16 Thread matthewjuran
>From my experience: Expecting somebody at 0 to become a software engineer via coursework or a book doesn’t seem reasonable to me. There’s at least a couple years of mentorship and experience required just for the baseline. JS or Go can get you far without knowing about stack traces, processor

Re: [go-nuts] Go as your first language

2018-01-16 Thread Ayan George
On 01/16/2018 02:10 AM, James Pettyjohn wrote: > > Are there tracks of knowledge to take someone from 0 to understanding > baseline knowledge? > > And from there through taking them to a professional grade standard? > I think "Introducing Go" is a great book for someone relatively new to

[go-nuts] Go as your first language

2018-01-15 Thread James Pettyjohn
I've had multiple occasions where I've needed to train someone to be a programmer from scratch in a Go environment. Trouble I've found is while the go texts are simple and straightforward, relatively speaking, they often written by someone who sought a better life in go, fleeing Java/C/C++.