Go: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
=Subjects=
=Subjects=


:====[[go Concepts|Concepts]]====
====[[go Concepts|Concepts]]====
====[[go Installation|Installation]]====
====[[go Installation|Installation]]====
====[[go Operations|Operations]]====
====[[go Operations|Operations]]====

Revision as of 04:34, 22 March 2016

External

Overview

Go is a general-purpose language designed for systems programming. It is strongly typed ... (for more details go to Go Concepts).

Subjects

Concepts

Installation

Operations

Commands

IntelliJ Go Support

Questions

  • The simplest possible program (var a:=1; a = a + 1) is 1065952 bytes long. Why? What does it contain?