| |
| Posted by forkit in reply to Marcone | PermalinkReply |
|
forkit
Posted in reply to Marcone
| On Tuesday, 28 June 2022 at 18:42:11 UTC, Marcone wrote:
> Beloved,
>
>
> I love programming in D. D is my favorite programming language. I'm not a professional programmer, but I love to program. I would like to learn D deeply. Most programming languages have a PDF/CHM/MOBI/ePub version of the standard library. But D still doesn't have such a portable version of the Phobos Runtime Library. I humbly ask you to make available a portable version of the Phobos library, to better disseminate the D programming language.
>
>
> Thank you
So assuming i understand what you're asking for here, it already exists.
When you download D, you get a directory named 'html'.
In that directory is a file named 'index.html'.
Is that what you want? (see the Documentation menu at the top of the index.html)
The only problem with that, is that it downloads fonts, so you need access to the internet. It will still work fine without access, but it will default to a font that isn't particulary nice on the eyes.
|