www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Adding a "Are we nogc yet?" page to dlang.org

reply Alexandru Militaru <alexandru.cmilitaru gmail.com> writes:
Hi,

I’m working on this project [1] and I want to create a new page 
on dlang.org where the  nogc information to be displayed. For 
each module from Phobos, I created a .json file with all the 
function templates that can be used as  nogc and now I want to 
generate an html page that aggregates all the information from 
*.json.

Can you give me some advice on the proper way to do this?

[1] https://github.com/dlang/projects/issues/56
May 10 2020
next sibling parent welkam <wwwelkam gmail.com> writes:
What is the bus factor for dlang website?

https://en.wikipedia.org/wiki/Bus_factor
May 13 2020
prev sibling parent Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Sunday, 10 May 2020 at 20:11:42 UTC, Alexandru Militaru wrote:
 Can you give me some advice on the proper way to do this?
Have a look at Vladimir's work: https://blog.thecybershadow.net/2015/05/05/is-d-slim-yet/ -- Bastiaan.
May 13 2020