Go

From NovaOrdis Knowledge Base
Revision as of 05:31, 22 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Overview

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

Subjects

Questions

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