发布于 2015-07-08 07:46:46 | 197 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的GO语言教程,程序狗速度看过来!

Go语言

Go是一种新的语言,一种并发的、带垃圾回收的、快速编译的语言。Go是谷歌2009年发布的第二款编程语言。2009年7月份,谷歌曾发布了Simple语言,它是用来开发Android应用的一种BASIC语言。


Go 1.5 Beta1 发布,这是一个不稳定版本,使用时请注意。这次更新包括主要的架构更改实施,尽管如此,我们希望所有的 Go 程序继续和以前一样汇编和运行,因为这次发布仍然保持 Go 1 承诺的兼容性

Go 1.5 主要改进:

  • The compiler and runtime are now written entirely in Go (with a little assembler). C is no longer involved in the implementation, and so the C compiler that was once necessary for building the distribution is gone.

  • The garbage collector is now concurrent and provides dramatically lower pause times by running, when possible, in parallel with other goroutines.

  • By default, Go programs run with GOMAXPROCS set to the number of cores available; in prior releases it defaulted to 1.

  • Support for internal packagesis now provided for all repositories, not just the Go core.

  • The go command now provides experimental support for "vendoring" external dependencies.

  • A new go tool trace command supports fine-grained tracing of program execution.

  • A new go doc command (distinct from godoc) is customized for command-line use.

更多详细内容请查看:http://tip.golang.org/doc/go1.5

下载地址:http://golang.org/dl/

https://github.com/golang/go/archive/go1.5beta1.zip 

Go是一种新的语言,一种并发的、带垃圾回收的、快速编译的语言。Go是谷歌2009年发布的第二款编程语言。2009年7月份,谷歌曾发布了Simple语言,它是用来开发Android应用的一种BASIC语言。



历史版本 :
Go 语言 1.9.3 发布,Go 1.10 计划下个月发布
go 1.10 beta2 发布,API 发生变化
Go 1.10 beta1 发布,正式版预计明年 2 月发布
Golang 1.9.2 和 1.8.5 发布,Bug 修复版本
Google Go 1.9.1 和 1.8.4 版本发布
Go 1.9 发布,包含语言,标准库,以及运行时的诸多变化
Go 1.9 第二个候选版发布,正式版预计 8 月发布
Go 1.9 首个候选版发布,正式版预计 8 月发布
Go 语言发布 2.X 计划,或将不完全向后兼容 Go 1.X
Google Go 1.9 beta2 发布,正式版预计 8 月发布
预计 8 月正式发布的 Golang 1.9 新特性抢先看
Google Go 1.9 beta1 发布,正式版预计 8 月发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务