Head First Go
暫譯: 深入淺出 Go

Jay McGavren

買這商品的人也買了...

相關主題

商品描述

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.

This book will not only teach developers basic language features, it will get them comfortable consulting error output, documentation, and search engines to find solutions to problems. It will teach all the conventions and techniques that employers expect an entry-level Go developer to know.

商品描述(中文翻譯)

Go 代表了一種改善傳統編譯型程式語言某些弱點的嘗試。它降低了或移除了容易出錯的語言結構,如類別繼承和例外處理。它具有出色的併發支持和自動記憶體管理(垃圾回收)。

現有的 Go 書籍往往具有高度技術性,教授語言的各個方面,無論這些內容對初學者的相關性如何。本書不僅僅以抽象的術語討論 Go 的特性,而是提供簡單、清晰的範例,展示 Go 的實際應用,並用圖示解釋困難的概念。

本書不僅會教導開發者基本的語言特性,還會讓他們習慣查閱錯誤輸出、文件和搜尋引擎,以尋找問題的解決方案。它將教授雇主期望入門級 Go 開發者所需了解的所有慣例和技術。