digitalmars.D - Wikipedia: the D Programming Language
- Walter (8/8) May 12 2005 The Wikipedia is a totally cool project (wish I'd thought of it!). The e...
- Lynn Allan (16/17) May 13 2005 Agreed. The whole idea of wiki's for project documentation is
- Walter (3/4) May 13 2005 No, all DScript is is a faster implementation of standard Javascript.
- Stewart Gordon (8/17) May 13 2005 Wikipedia seems to be well and truly down at the moment. And even
- Lars Ivar Igesund (9/26) May 13 2005 It probably will. the growth in content and traffic is rather incredible...
- TechnoZeus (3/11) May 15 2005 Sure, I could take a shot at it when I have some free time... but I'm no...
The Wikipedia is a totally cool project (wish I'd thought of it!). The entry care to take a whack at it? http://en.wikipedia.org/wiki/D_programming_language http://en.wikipedia.org/wiki/C_programming_language http://en.wikipedia.org/wiki/C_Sharp_programming_language http://en.wikipedia.org/wiki/C_Plus_Plus http://en.wikipedia.org/wiki/Java_programming_language
May 12 2005
The Wikipedia is a totally cool project (wish I'd thought of it!).Agreed. The whole idea of wiki's for project documentation is mind-blogg'ling. From the Wikipedia webpage: "It was switched from UseModWiki software ("Phase I") to new software, written especially for wikipedia using the PHP programming language, on January 25, 2002 ("Phase II"); in June 2002 it was replaced by what is now called MediaWiki." I've pondered that a target audience of D would be replacing the underlying software in successful projects like wiki. They start off with interpreted languages like PHP, Perl, Ruby, Java, VB, etc. and then become a big hit and tax the capabilities of the language. The developers are in the position to evaluate a replacement language to re-engineer the software, and D would have a lot of advantages. My impression is that the developers on such projects would seem to be, as a gross generalization, anti-C / anti-C++. Is that somewhat the intention of DScript?
May 13 2005
"Lynn Allan" <l_d_allan adelphia.net> wrote in message news:d6253i$24cf$1 digitaldaemon.com...Is that somewhat the intention of DScript?No, all DScript is is a faster implementation of standard Javascript.
May 13 2005
Walter wrote:"Lynn Allan" <l_d_allan adelphia.net> wrote in message news:d6253i$24cf$1 digitaldaemon.com...I've recently compared SpiderMonkey (mozilla's Javascript engine) with DMDScript. Although they claim and aim at being severely optimized, my test results were just AMAZING. First I've compared command line spidermonkey version (shipped together with the sm's source code). Running sieve test always took spidermonkey around TWICE as long as DMDScript to complete ! What's more surprising, is that sieve.html took mozilla 4 TIMES as long as DMDScript to complete. (tested with firefox on linux) Though to be strict the first comparison is a more fair to SpiderMonkey, I don't know, maybe there's an important reason for the javascript run in a browser to have a worse performance, probably security, etc) But still, this engine simply ROCKS!Is that somewhat the intention of DScript?No, all DScript is is a faster implementation of standard Javascript.
May 13 2005
"B.G." <gbatyan gmx.net> wrote in message news:d62oj1$2jat$1 digitaldaemon.com...I've recently compared SpiderMonkey (mozilla's Javascript engine) with DMDScript. Although they claim and aim at being severely optimized, my test results were just AMAZING. First I've compared command line spidermonkey version (shipped together with the sm's source code). Running sieve test always took spidermonkey around TWICE as long as DMDScript to complete ! What's more surprising, is that sieve.html took mozilla 4 TIMES as long as DMDScript to complete. (tested with firefox on linux)They've improved. DMDScript used to be 20 times faster <g>.Though to be strict the first comparison is a more fair to SpiderMonkey, I don't know, maybe there's an important reason for the javascript run in a browser to have a worse performance, probably security, etc) But still, this engine simply ROCKS!
May 13 2005
Walter wrote:The Wikipedia is a totally cool project (wish I'd thought of it!). The entry care to take a whack at it? http://en.wikipedia.org/wiki/D_programming_language http://en.wikipedia.org/wiki/C_programming_language http://en.wikipedia.org/wiki/C_Sharp_programming_language http://en.wikipedia.org/wiki/C_Plus_Plus http://en.wikipedia.org/wiki/Java_programming_languageWikipedia seems to be well and truly down at the moment. And even OpenFacts (which holds a Wikipedia status page) is being a bit dodgy. Hopefully it'll be up again soon.... Stewart. -- My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit.
May 13 2005
Stewart Gordon wrote:Walter wrote:It probably will. the growth in content and traffic is rather incredible and I believe their serverpark (most of it apaches and squids) numbers more than 40. They added 10 just this spring. Also, upgrades to the software, and crashes around the system cause failures quite often which seems to be problematic to guard against for them. It worked fine an hour ago, though. I follow the development of the neonorwegian version fairly close. Lars Ivar IgesundThe Wikipedia is a totally cool project (wish I'd thought of it!). The Anyone care to take a whack at it? http://en.wikipedia.org/wiki/D_programming_language http://en.wikipedia.org/wiki/C_programming_language http://en.wikipedia.org/wiki/C_Sharp_programming_language http://en.wikipedia.org/wiki/C_Plus_Plus http://en.wikipedia.org/wiki/Java_programming_languageWikipedia seems to be well and truly down at the moment. And even OpenFacts (which holds a Wikipedia status page) is being a bit dodgy. Hopefully it'll be up again soon.... Stewart.
May 13 2005
"Walter" <newshound digitalmars.com> wrote in message news:d60e1c$sab$1 digitaldaemon.com...The Wikipedia is a totally cool project (wish I'd thought of it!). The entry care to take a whack at it? http://en.wikipedia.org/wiki/D_programming_language http://en.wikipedia.org/wiki/C_programming_language http://en.wikipedia.org/wiki/C_Sharp_programming_language http://en.wikipedia.org/wiki/C_Plus_Plus http://en.wikipedia.org/wiki/Java_programming_languageSure, I could take a shot at it when I have some free time... but I'm not sure I'm really qualified, being relatively new to the D Programming Language community. Anyone else care to volunteer? TZ
May 15 2005