On Tuesday, 26 August 2014 00:04:41 UTC+2, John Myles White wrote: > > The issue is that you want to have all code documentation show up in REPL. > In the GoDoc approach, this might require an explicit "build" step -- which > is a non-trivial cost in usability. > > -- John >
I assume you talking about GoDoc as a tool? In case you are referring to comments as the source of documentation instead of docstrings: I assume comments are now simply discarded during compilation, making it impossible to use them for documentation, but if that could be changed they should be just as valid as the format for documentation, right?
