Re: Beta 2.084.1

2019-02-04 Thread Pradeep Gowda via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.084.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.1.html As usual please report any bugs at

Lobst.rs now has a "D" tag

2018-03-07 Thread Pradeep Gowda via Digitalmars-d-announce
https://lobste.rs/t/d Please do not forget to tag your D related submissions with the "D" tag.

Re: Article: Interfacing D with C and Fortran

2017-04-13 Thread Pradeep Gowda via Digitalmars-d-announce
On Thursday, 13 April 2017 at 13:40:48 UTC, Mike Parker wrote: https://www.reddit.com/r/programming/comments/655ilu/interfacing_d_with_c_and_fortran/ On lobste.rs: https://lobste.rs/s/pidpz1/interfacing_d_with_c_fortran_use_d_as

Re: gchunt v0.2.0

2016-04-05 Thread Pradeep Gowda via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 18:47:38 UTC, Dmitry Olshansky wrote: New release of a tool that generates nice summary reports for static analysis of GC usage. It's a simple postprocessor for the compiler's -vgc output. https://github.com/DmitryOlshansky/gchunt/releases Updated to the latest

Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-02-19 Thread Pradeep Gowda via Digitalmars-d-announce
On Tuesday, 16 February 2016 at 11:49:41 UTC, sigod wrote: This webpage is not available AFAIK, there is no reason for it to be not available -- it's a static page on a pretty low traffic site :) Please try again.

Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-01-22 Thread Pradeep Gowda via Digitalmars-d-announce
On Friday, 22 January 2016 at 10:52:18 UTC, Nicholas Londey wrote: About a year ago I wrote a SublimeText project generator for DUB. It was fairly simplistic but met my needs at the time. That reminds me that I possibly have some local improvements I really should create a pull request for.

Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-01-22 Thread Pradeep Gowda via Digitalmars-d-announce
On Friday, 22 January 2016 at 04:45:15 UTC, Brian Schott wrote: On Friday, 22 January 2016 at 04:39:00 UTC, Pradeep Gowda wrote: Comments are suggestions are welcome. You probably want to point DCD at the phobos and druntime import directories that DMD is actually using, not whatever is in

blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-01-21 Thread Pradeep Gowda via Digitalmars-d-announce
Sublime text 3 is a decent editor to write D code. However, getting all the different plugins working together has always proven to be somewhat of a challenge for me. So, I decided to document the process as I went along. The result is here: https://www.btbytes.com/posts/st3d.html Comments

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Pradeep Gowda via Digitalmars-d-announce
On Friday, 25 December 2015 at 10:41:26 UTC, Kingsley wrote: Hi I have released an initial attempt at an IntelliJ plugin for D to the jetbrains plugin repository. It's DLanguage version 1.2 It has basic syntax highlighting, autocompletion with DCD, compile checking and linting with

Re: DLanguage IntelliJ plugin released

2015-12-25 Thread Pradeep Gowda via Digitalmars-d-announce
On Friday, 25 December 2015 at 15:04:42 UTC, eyveer wrote: On Friday, 25 December 2015 at 13:57:52 UTC, Pradeep Gowda wrote: A link to the github page would help me in reporting these bugs? https://github.com/kingsleyh/DLanguage Thank you. The screenshots are very impressive! Gives me

Re: Coedit 2 alpha 1 - now with dub

2015-10-22 Thread Pradeep Gowda via Digitalmars-d-announce
On Thursday, 22 October 2015 at 14:57:22 UTC, BBasile wrote: On Wednesday, 21 October 2015 at 16:59:09 UTC, Jack Stouffer wrote: On Tuesday, 20 October 2015 at 12:46:51 UTC, BBasile wrote: On Monday, 19 October 2015 at 19:56:15 UTC, Jack Stouffer wrote: On Monday, 19 October 2015 at 15:03:52

Re: The D Language Foundation is now incorporated

2015-10-18 Thread Pradeep Gowda via Digitalmars-d-announce
On Sunday, 18 October 2015 at 21:52:17 UTC, Jonathan M Davis wrote: I expect that you're going to get a fair bit of disagreement on that. We've been telling everyone for years that it's full of old stuff that mostly only works with old versions of D (most of it D1) and that it should usually

erln8 - erlang manager tool written in D

2015-07-08 Thread Pradeep Gowda via Digitalmars-d-announce
erln8 http://erln8.github.io/erln8/ is set of tools in one for managing erlang projects * erlang version manager * rebar (erlang build tool) manager It is encouraging to see D used for writing command line tools, which IMHO is a shining use case for D over other popular languages in that