Go Programming Language: 2020 Edition

Publishing, Go

  • 出版商: Independently Published
  • 出版日期: 2020-01-09
  • 售價: $580
  • 貴賓價: 9.5$551
  • 語言: 英文
  • 頁數: 210
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 165795451X
  • ISBN-13: 9781657954519
  • 相關分類: Go 程式語言
  • 立即出貨(限量) (庫存=2)

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

商品描述

GO Programming Language
Go language is a programming language initially developed at Google in the year 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language having syntax similar to that of C. It provides garbage collection, type safety, dynamic-typing capability, many advanced built-in types such as variable length arrays and key-value maps. It also provides a rich standard library. The Go programming language was launched in November 2009 and is used in some of the Google's production systems.This book is designed for software programmers with a need to understand the Go programming language from scratch. This tutorial will give you enough understanding on Go programming language from where you can take yourself to higher levels of expertise.

What you will learn:
- Introduction to GO
- Environment Setup
- Syntax
- Data Types
- Variables
- Constants
- Operators
- Decision Making
- Loops
- Functions
- Strings
- Arrays
- Pointers
- Structures
- Much, Much More

商品描述(中文翻譯)

《GO程式語言》
Go語言是一種最初由Google於2007年由Robert Griesemer、Rob Pike和Ken Thompson開發的程式語言。它是一種靜態類型語言,其語法類似於C語言。它提供垃圾回收、類型安全、動態類型能力,以及許多先進的內建類型,如可變長度陣列和鍵值對映。它還提供了豐富的標準庫。Go程式語言於2009年11月推出,並在Google的一些生產系統中使用。本書旨在為需要從頭開始了解Go程式語言的軟體程式設計師提供指導。本教程將讓您對Go程式語言有足夠的理解,從而使您能夠提升自己的專業水平。

您將學到的內容:
- Go程式語言介紹
- 環境設置
- 語法
- 資料類型
- 變數
- 常數
- 運算符
- 決策結構
- 迴圈
- 函式
- 字串
- 陣列
- 指標
- 結構
- 還有更多更多