Category:Go: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(Added link to Tasks not implemented page.)
 
(11 intermediate revisions by 5 users not shown)
Line 3: Line 3:
|safety=safe
|safety=safe
|strength=strong
|strength=strong
|compat=nominative
|express=explicit
|express=explicit
|checking=static
|checking=static
|parampass=value
|parampass=value
|gc=yes
|gc=yes
|tags=go
|hopl=no
|LCT=yes
|LCT=yes
|site=http://golang.org/}}
|site=http://golang.org/}}
{{provides|Concurrency}}{{provides|File access}}{{provides|File system access}}{{provides|First class functions}}{{provides|Network access}}{{provides|Objects}}{{provides|Signal handling}}{{language programming paradigm|concurrent}}{{language programming paradigm|Imperative}}
{{language programming paradigm|concurrent}}
'''Go''' is a new programing language created by Robert Griesemer, Rob Pike and Ken Thompson at Google.
'''Go''' is an open source project developed by a team at [[wp:Google|Google]] (including [[wp:Robert Griesemer|Robert Griesemer]], [[wp:Rob Pike|Rob Pike]] and [[wp:Ken Thompson|Ken Thompson]]) as well as many [http://golang.org/CONTRIBUTORS contributors] from the open source community.

Go is distributed under a [http://golang.org/LICENSE BSD-style license].


Not to be confused with [[:Category:Go!|Go!]]
Not to be confused with [[:Category:Go!|Go!]]


==Links==
==Links==
* [[wp:Go (programming language)|Go in Wikipedia]]
* [http://go-lang.cat-v.org/ Go Language Resources]
* [http://golang.org/doc/go_tutorial.html Go Tutorial]
* [http://tour.golang.org/ Go Tour and Tutorial]
* [http://golang.org/ref/spec Go language specification]
* [http://docs.google.com/document/pub?id=1ny8uI-_BHrDCZv_zNBSthNKAMX_fR_0dc6epA6lztRE&pli=1 Go 1 preview]

;Stable version
* [http://golang.org/doc/go_spec.html Go language specification]
* [http://golang.org/pkg/ Go standard library documentation]
* [http://golang.org/pkg/ Go standard library documentation]
* [https://github.com/golang/go/wiki/ Community maintained Go wiki]
;Weekly version
* [https://rosettacode.org/wiki/Category:Go-rcu Go-rcu utility package for Rosetta Code]
* [http://weekly.golang.org/doc/go_spec.html Go language specification]

* [http://weekly.golang.org/pkg/ Go standard library documentation]
==Todo==
* [http://weekly.golang.org/doc/go1.html Go 1 Release Notes]
* [[Tasks not implemented in Go]]

Latest revision as of 10:36, 15 April 2023

Language
Go
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
Type expression: Explicit
Type checking: Static
Lang tag(s): go
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Go.

Go is an open source project developed by a team at Google (including Robert Griesemer, Rob Pike and Ken Thompson) as well as many contributors from the open source community.

Go is distributed under a BSD-style license.

Not to be confused with Go!

Links

Todo

Subcategories

This category has the following 4 subcategories, out of 4 total.

Pages in category "Go"

The following 200 pages are in this category, out of 1,548 total.

(previous page) (next page)

A

(previous page) (next page)