- Добавил: literator
- Дата: 8-12-2018, 15:48
- Комментариев: 0
![](/uploads/posts/2018-07/thumbs/1531698912_head-first-go-early-release-578.jpg)
Автор: Jay McGavren
Издательство: O'Reilly Media
ISBN: 1491969555
Год: 2018
Страниц: 370
Язык: английский
Формат: pdf (true)
Размер: 32.7 MB
Go represents an attempt to improve on some weaknesses of traditional compiled programming languages. It de-emphasizes or removes error-prone language structures like class inheritance and exception handling. It features great concurrency support and automatic memory management (garbage collection). Existing Go books tend to be highly technical in nature, teaching all aspects of the language regardless of their relevance to beginners. This book, rather than talking about the features of Go in abstract terms, features simple, clear examples that demonstrate Go in action, and diagrams to explain difficult concepts.