Editable and runnable code sample on dlang.org by Damian Ziemba (nazriel)

Bernard Helyer b.helyer at gmail.com
Thu Jul 5 23:06:25 PDT 2012


On Friday, 6 July 2012 at 05:45:25 UTC, Nick Sabalausky wrote:
> On Thu, 05 Jul 2012 12:26:01 -0400
> Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
>
>> Check this out: on http://dlang.org you can actually click in 
>> the
>> code example and edit it, then click "Run" and pronto, you see 
>> the
>> output!
>> 
>> Damian is actively working on the UI as I'm writing this. Feel 
>> free
>> to chime in with feedback!
>> 
>> 
>> Andrei
>
> It looks nice, but do we really need to be pulling in a giant 
> JS-bomb
> like JQuery on D's homepage?

If you have JS enabled, you will hit JQuery on a large portion of
modern web-pages. It looks like it degrades gracefully when JS is
disabled, so I don't really see the problem.

If you want to suggest specific solutions (why are you doing X
with JQuery? Isn't doing Y sufficient?) that would be useful,
otherwise everyone is just going to filter you out as "old man
nick is complaining about JS again" :)



More information about the Digitalmars-d mailing list