digitalmars.D - dlang website: remove that quick try editor
- John (10/10) Jun 08 2014 dlang.org website has a quick try editor with D code example.
- ixid (3/13) Jun 08 2014 I don't think it was always that slow. It does currently seem
- Martin Nowak (4/13) Jun 08 2014 Yeah, it's really slow right now.
- John (16/19) Jun 08 2014 Thanks for the link. I wrote to them through the message option
- Dejan Lekic (5/17) Jun 09 2014 I hope you did not expect something on the web ba faster than a
- maarten van damme via Digitalmars-d (7/24) Jun 09 2014 Honestly, if you look at other programming languages with some online
- Andrei Alexandrescu (3/8) Jun 09 2014 Great idea. We also must serve stuff from dlang.org, not an external
dlang.org website has a quick try editor with D code example. Please remove that feature (at least the buttons to run it) as it takes ages to run the example and leaves an impression that D is very slow!! This is only good if it can run quickly like the similar feature available on the golang website. If you love this feature and refuse to remove it, at least please move it to another page. You don't want to lose people within minutes of their first visit to D website with a total misunderstanding of the purpose and power of the D language.
Jun 08 2014
On Sunday, 8 June 2014 at 19:09:20 UTC, John wrote:dlang.org website has a quick try editor with D code example. Please remove that feature (at least the buttons to run it) as it takes ages to run the example and leaves an impression that D is very slow!! This is only good if it can run quickly like the similar feature available on the golang website. If you love this feature and refuse to remove it, at least please move it to another page. You don't want to lose people within minutes of their first visit to D website with a total misunderstanding of the purpose and power of the D language.I don't think it was always that slow. It does currently seem rather slow.
Jun 08 2014
On 06/08/2014 09:09 PM, John wrote:dlang.org website has a quick try editor with D code example. Please remove that feature (at least the buttons to run it) as it takes ages to run the example and leaves an impression that D is very slow!! This is only good if it can run quickly like the similar feature available on the golang website. If you love this feature and refuse to remove it, at least please move it to another page. You don't want to lose people within minutes of their first visit to D website with a total misunderstanding of the purpose and power of the D language.Yeah, it's really slow right now. Please contact the DPaste people and help to find out why. http://dpaste.dzfl.pl/home
Jun 08 2014
On Sunday, 8 June 2014 at 21:46:15 UTC, Martin Nowak wrote:Yeah, it's really slow right now. Please contact the DPaste people and help to find out why. http://dpaste.dzfl.pl/homeThanks for the link. I wrote to them through the message option on their contact page: Hi guys, I understand you are responsible for the D quick try example editor on the dlang.org It is running very slow.. please either speed it up or remove that feature from dlang website. It is turning off new visitors from exploring D any further, leaving an impression that D language itself is very slow!! I have been randomly watching it for the past one year and I can say it is always been slow to very slow. No good if you compare it to the similar feature available on the golang website that runs pretty quick. Thanks, John
Jun 08 2014
John wrote:dlang.org website has a quick try editor with D code example. Please remove that feature (at least the buttons to run it) as it takes ages to run the example and leaves an impression that D is very slow!! This is only good if it can run quickly like the similar feature available on the golang website. If you love this feature and refuse to remove it, at least please move it to another page. You don't want to lose people within minutes of their first visit to D website with a total misunderstanding of the purpose and power of the D language.I hope you did not expect something on the web ba faster than a native application... :) -- http://dejan.lekic.org
Jun 09 2014
Honestly, if you look at other programming languages with some online editor, it's about the same speed. It would help though (don't know if it's already there) to include timestamps, so people see that the actuall time-waster is not in compilation/execution. 2014-06-09 23:21 GMT+02:00 Dejan Lekic via Digitalmars-d < digitalmars-d puremagic.com>:John wrote:dlang.org website has a quick try editor with D code example. Please remove that feature (at least the buttons to run it) as it takes ages to run the example and leaves an impression that D is very slow!! This is only good if it can run quickly like the similar feature available on the golang website. If you love this feature and refuse to remove it, at least please move it to another page. You don't want to lose people within minutes of their first visit to D website with a total misunderstanding of the purpose and power of the D language.I hope you did not expect something on the web ba faster than a native application... :) -- http://dejan.lekic.org
Jun 09 2014
On 6/9/14, 4:24 PM, maarten van damme via Digitalmars-d wrote:Honestly, if you look at other programming languages with some online editor, it's about the same speed. It would help though (don't know if it's already there) to include timestamps, so people see that the actuall time-waster is not in compilation/execution.Great idea. We also must serve stuff from dlang.org, not an external site, so we can control its speed improvement. nazriel? -- Andrei
Jun 09 2014