Go: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(58 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=
* https://golang.org
* https://go.dev
* http://www.infoq.com/presentations/go-iron-production
* https://go.dev/doc/effective_go
* http://tour.golang.org/welcome/1
* https://go.dev/wiki
* Language specification https://golang.org/ref/spec
* https://github.com/avelino/awesome-go
* Go for Java Programmers https://www.youtube.com/watch?v=_c_tQ6_3cCg


=Overview=
=Internal=
 
* [[Programming Languages Concepts]]
Go is a general-purpose language designed for systems programming. It is strongly typed [[Go Concepts#Overview|... (for more details go to Go Concepts)]].
* [[Python]]
* [[Java]]


=Subjects=
=Subjects=
* [[Go Language]]
* [[Go Operations]]
* [[Go Engineering|Go Engineering]]
* [[Go Learning|Go Learning]]
* [[Go_Open_Source_Packages#Overview|Go Open Source Packages]]


====[[go Concepts|Concepts]]====
=Code Examples=
====[[go Installation|Installation]]====
{{Internal|Go Code Examples|Go Code Examples}}
====[[go Operations|Operations]]====
====[[go Commands|Commands]]====
====[[IntelliJ Go Support]]====
 
=Questions=
<font color=red>
* The simplest possible program (<tt>var a:=1; a = a + 1</tt>) is 1065952 bytes long. Why? What does it contain?
</font>

Latest revision as of 16:57, 4 September 2024