课程: Treating Go as an Object-Oriented Language
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Go language
- [Instructor] Let's spend a couple minutes to chat about the Go language itself and how it applies to object-oriented programming. Go has some power in the market and the reasons for that are too numerous to list, but I want to talk about some of the most commonly discussed. Favored by many, including me, is that Go is an open-source language, as are most of the libraries that you'll find yourself using. Go itself is backed by Google, which is a huge advantage, at least in my opinion. Go was built from the ground up by utilizing popular features that many other languages have, which can at times make it confusing if you have used any of those languages. But in the end, it adds to the power of using it. Now this confusion really does bubble up when you switch between languages themselves. I find myself often using the wrong syntax in the wrong language because my brain starts working with Java versus Go versus Python.…