Go compilation model

Walter Bright newshound1 at digitalmars.com
Sat Nov 14 10:39:54 PST 2009


Vladimir Panteleev wrote:
> I'd like to point out that this is also what Pascal/Delphi have been 
> doing for a long while

Also it's the way Java is implemented.

> I assume Go can also read type information from source files, otherwise 
> package circular dependencies would be impossible?

Java will pick up the type info from either the .class file or the .java 
file.



More information about the Digitalmars-d mailing list