Go Concepts - Compiler

From NovaOrdis Knowledge Base
Revision as of 05:42, 2 April 2016 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

When building a Go program, the compiler only needs to look at the libraries that are directly included, rather than traversing the dependencies of all the libraries that are included in the entire dependency chain like Java, C and C++. Why?