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.
