Thread overview
Mono-D on downloads page?
Mar 27, 2015
bitwise
Mar 27, 2015
weaselcat
Mar 27, 2015
bitwise
Mar 27, 2015
bitwise
Mar 27, 2015
bitwise
Mar 27, 2015
weaselcat
Mar 28, 2015
Shammah Chancellor
Mar 28, 2015
bitwise
March 27, 2015
Just curious why Mono-D isn't included on the Downloads page.
March 27, 2015
On Friday, 27 March 2015 at 20:40:25 UTC, bitwise wrote:
> Just curious why Mono-D isn't included on the Downloads page.

AFAIK mono-d is meant to be installed from the plugin section of monodevelop, isn't it?
March 27, 2015
On Friday, 27 March 2015 at 20:41:17 UTC, weaselcat wrote:
> On Friday, 27 March 2015 at 20:40:25 UTC, bitwise wrote:
>> Just curious why Mono-D isn't included on the Downloads page.
>
> AFAIK mono-d is meant to be installed from the plugin section of monodevelop, isn't it?

True, but I think it should at least be mentioned somewhere.

March 27, 2015
It's an easy way for people to get started with D, and IMO, Mono-D, along with Visual D should be listed right at the bottom of the Getting Started page.

http://dlang.org/getstarted.html
March 27, 2015
On Friday, 27 March 2015 at 20:56:41 UTC, bitwise wrote:
> It's an easy way for people to get started with D, and IMO, Mono-D, along with Visual D should be listed right at the bottom of the Getting Started page.
>
> http://dlang.org/getstarted.html

would it be accepted if I did a pull request for this?

$(UL
  $(LI $(LINK2 http://dlang.org/download.html, $(B Download)) a  compiler.)
  $(LI $(LINK2 http://wiki.dlang.org/IDEs, $(B Choose)) an IDE.)
  ...
March 27, 2015
On Friday, 27 March 2015 at 22:57:16 UTC, bitwise wrote:
> On Friday, 27 March 2015 at 20:56:41 UTC, bitwise wrote:
>> It's an easy way for people to get started with D, and IMO, Mono-D, along with Visual D should be listed right at the bottom of the Getting Started page.
>>
>> http://dlang.org/getstarted.html
>
> would it be accepted if I did a pull request for this?
>
> $(UL
>   $(LI $(LINK2 http://dlang.org/download.html, $(B Download)) a
>  compiler.)
>   $(LI $(LINK2 http://wiki.dlang.org/IDEs, $(B Choose)) an IDE.)
>   ...

+1
March 28, 2015
On 2015-03-27 23:07:39 +0000, weaselcat said:

> On Friday, 27 March 2015 at 22:57:16 UTC, bitwise wrote:
>> On Friday, 27 March 2015 at 20:56:41 UTC, bitwise wrote:
>>> It's an easy way for people to get started with D, and IMO, Mono-D, along with Visual D should be listed right at the bottom of the Getting Started page.
>>> 
>>> http://dlang.org/getstarted.html
>> 
>> would it be accepted if I did a pull request for this?
>> 
>> $(UL
>> $(LI $(LINK2 http://dlang.org/download.html, $(B Download)) a
>> compiler.)
>> $(LI $(LINK2 http://wiki.dlang.org/IDEs, $(B Choose)) an IDE.)
>> ...
> 
> +1

+2

March 28, 2015
https://github.com/D-Programming-Language/dlang.org/pull/946