On 11 Oct 2017, at 17:18, Thierry Goubier <thierry.goubier@gmail.com> wrote:

What about a seaside-based system browser oriented towards code documentation? That would fit both paradigms: html-like reference + live browsing.

You could even make it buzzword compliant: have a REST interface to documentation and code.

Note how the panes in a system browser could make for a nice URI: just look for

pharo://Kernel/Number/mathematical%20functions/raisedTo:

And we could even include version numbers, etc....

pharo://6.1/Kernel/Number/mathematical%20functions/raisedTo:

Not very different from the github url for the pharo project relevant file...

https://github.com/pharo-project/pharo/blob/development/src/Kernel.package/Number.class/instance/raisedTo..st


There is http://files.pharo.org/doc/, too. 

Marcus