www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Where to publish an article about D software?

reply Victor Porton <porton narod.ru> writes:
I have written Ada2012 bindings of a C library and published an 
article about my way of doing this in Ada User Journal.

Now I am rewriting all of it in D (because Ada compiler is too 
buggy, and also because of easier template instantiation in D).

I'd like to publish also the article about how I did this D.

Where can I publish an article about D programming? Can I get 
into https://dlang.org/blog ?
Jan 06 2019
next sibling parent viniarck <viniarck gmail.com> writes:
On Sunday, 6 January 2019 at 17:17:39 UTC, Victor Porton wrote:
 I have written Ada2012 bindings of a C library and published an 
 article about my way of doing this in Ada User Journal.

 Now I am rewriting all of it in D (because Ada compiler is too 
 buggy, and also because of easier template instantiation in D).

 I'd like to publish also the article about how I did this D.

 Where can I publish an article about D programming? Can I get 
 into https://dlang.org/blog ?
Hi, Victor. Sounds great! Recently, Mike has posted this post https://dlang.org/blog/2019/01/02/the-d-blog-in-2018/, and he said that's the D blog is open to new contributors, maybe you can get in touch with him to understand how to proceed?
Jan 06 2019
prev sibling next sibling parent Russel Winder <russel winder.org.uk> writes:
Hi,

Can I recommend either CVu or Overload as a place to get paper publication =
of
the article in a place with an ISSN. This doesn't stop the article being on=
 a
blog. I have taken the liberty of CC'in the editors of aforementioned
journals/magazines.

On Sun, 2019-01-06 at 17:17 +0000, Victor Porton via Digitalmars-d wrote:
 I have written Ada2012 bindings of a C library and published an=20
 article about my way of doing this in Ada User Journal.
=20
 Now I am rewriting all of it in D (because Ada compiler is too=20
 buggy, and also because of easier template instantiation in D).
=20
 I'd like to publish also the article about how I did this D.
=20
 Where can I publish an article about D programming? Can I get=20
 into https://dlang.org/blog ?
--=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Road m: +44 7770 465 077 London SW11 1EN, UK w: www.russel.org.uk
Jan 07 2019
prev sibling next sibling parent Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Sunday, 6 January 2019 at 17:17:39 UTC, Victor Porton wrote:
 I have written Ada2012 bindings of a C library and published an 
 article about my way of doing this in Ada User Journal.

 Now I am rewriting all of it in D (because Ada compiler is too 
 buggy, and also because of easier template instantiation in D).

 I'd like to publish also the article about how I did this D.

 Where can I publish an article about D programming? Can I get 
 into https://dlang.org/blog ?
I look forward to read it! Mike Parker is the editor of the D blog. Ada made an appearance earlier [1], and we too went for D instead. I assume the bindings are a requirement for some other project, and it would be interesting to read what you can share about the field of that application / business sector. Bastiaan. [1] https://dlang.org/blog/2018/06/20/how-an-engineering-company-chose-to-migrate-to-d/
Jan 08 2019
prev sibling next sibling parent JN <666total wp.pl> writes:
On Sunday, 6 January 2019 at 17:17:39 UTC, Victor Porton wrote:
 I have written Ada2012 bindings of a C library and published an 
 article about my way of doing this in Ada User Journal.

 Now I am rewriting all of it in D (because Ada compiler is too 
 buggy, and also because of easier template instantiation in D).

 I'd like to publish also the article about how I did this D.

 Where can I publish an article about D programming? Can I get 
 into https://dlang.org/blog ?
https://dev.to/ and https://medium.com/ seem to be the most popular places to put programming related blog posts at the moment.
Jan 08 2019
prev sibling parent Murilo <murilomiranda92 hotmail.com> writes:
On Sunday, 6 January 2019 at 17:17:39 UTC, Victor Porton wrote:
 I have written Ada2012 bindings of a C library and published an 
 article about my way of doing this in Ada User Journal.

 Now I am rewriting all of it in D (because Ada compiler is too 
 buggy, and also because of easier template instantiation in D).

 I'd like to publish also the article about how I did this D.

 Where can I publish an article about D programming? Can I get 
 into https://dlang.org/blog ?
There is a facebook group for users of the D language where you could publish your article. It is called Programming in D. We would love to read your article. Here is the link: fhttps://www.facebook.com/groups/662119670846705/
Jan 13 2019