digitalmars.D - Important contributions to D by non-guru programmers!
- Georg Wrede (11/11) Mar 01 2009 The subject sounds like spam, I know. :-)
- Lutger (5/23) Mar 01 2009 I just found www.rosettacode.org, I don't know if it's important but it'...
- bearophile (4/7) Mar 01 2009 I think most of those already present D examples are written by downs an...
- Georg Wrede (7/13) Mar 01 2009 Cool!!
- Jason House (4/12) Mar 01 2009 I just did 3 of the missing items (ackermann, array init,
- Ellery Newcomer (2/20) Mar 01 2009 PLEAC might be a good target for showcasing D
- Michael Mol (6/21) Mar 25 2009 Incidentally, that page is updated automatically every four hours, so it...
The subject sounds like spam, I know. :-) I was browsing http://en.wikibooks.org/wiki/Algorithms and noticed that the appendix contains example code in Ada. Having them written in D would serve several goals: - More clear, since D code is very near the Pseudocode one sees everywhere. (And who needs Ada anyway.) - The more exposure D gets, the higher it scores on TIOBE. - The author can get his name under Contributors. This is one of the few ways a non-guru can get fame, and make a significant contribution to spreading our excellent language! What would other important web sites be?
Mar 01 2009
Georg Wrede wrote:The subject sounds like spam, I know. :-) I was browsing http://en.wikibooks.org/wiki/Algorithms and noticed that the appendix contains example code in Ada. Having them written in D would serve several goals: - More clear, since D code is very near the Pseudocode one sees everywhere. (And who needs Ada anyway.) - The more exposure D gets, the higher it scores on TIOBE. - The author can get his name under Contributors. This is one of the few ways a non-guru can get fame, and make a significant contribution to spreading our excellent language! What would other important web sites be?I just found www.rosettacode.org, I don't know if it's important but it's pretty nice and already has ton's of examples in D. Here is the todo list for D: http://www.rosettacode.org/wiki/Tasks_not_implemented_in_D
Mar 01 2009
Lutger:I just found www.rosettacode.org, I don't know if it's important but it's pretty nice and already has ton's of examples in D. Here is the todo list for D:I think most of those already present D examples are written by downs and me :-) Bye, bearophile
Mar 01 2009
bearophile wrote:Lutger:Cool!! The page http://www.rosettacode.org/wiki/Tasks_not_implemented_in_D lists stuff that still needs to be done. Is there any idea in trying to deal the tasks somehow? Like the more difficult ones to more experienced D programmers? Or is that necessary at all?I just found www.rosettacode.org, I don't know if it's important but it's pretty nice and already has ton's of examples in D. Here is the todo list for D:I think most of those already present D examples are written by downs and me :-)
Mar 01 2009
Lutger wrote:Georg Wrede wrote:I just did 3 of the missing items (ackermann, array init, pointers/references). I encourage others to pick a few to write as well. It's a really long list of missing items...What would other important web sites be?I just found www.rosettacode.org, I don't know if it's important but it's pretty nice and already has ton's of examples in D. Here is the todo list for D: http://www.rosettacode.org/wiki/Tasks_not_implemented_in_D
Mar 01 2009
Georg Wrede wrote:The subject sounds like spam, I know. :-) I was browsing http://en.wikibooks.org/wiki/Algorithms and noticed that the appendix contains example code in Ada. Having them written in D would serve several goals: - More clear, since D code is very near the Pseudocode one sees everywhere. (And who needs Ada anyway.) - The more exposure D gets, the higher it scores on TIOBE. - The author can get his name under Contributors. This is one of the few ways a non-guru can get fame, and make a significant contribution to spreading our excellent language! What would other important web sites be?PLEAC might be a good target for showcasing D
Mar 01 2009
Jason House Wrote:Lutger wrote:Incidentally, that page is updated automatically every four hours, so it pretty much always has the current list of missing tasks. There are instructions on the page for if you think an item on the list doesn't really belong there. (Such as if the task is impossible or wholly inappropriate in D.) If you follow those instructions, the item you're concerned about will be removed from the main list of "unimplemented tasks" and put in a list of "omitted tasks" at the bottom of the page. (This prevents a malicious or unambitious individual from hiding large swaths of the site from contributors specializing in a given language.) The bot that manages all of this sits at: http://rosettacode.org/wiki/User:ImplSearchBot If there's an issue with the list that's not addressed by the omit mechanism, leave a note on the bot's talk page (or email me directly), and I'll see what I can do about it. Also, we use GeSHi for our syntax highlighting, and GeSHi supports linkifying keywords that it recognizes. If any of you cares to, feel free to send me an updated highlighting script with whatever changes and fixes you want done to it. We occasionally send our changes upstream to the GeSHi maintainers, where it usually gets incorporated into their core. (I'll try to check back here on occasion, but my newsreading ability is somewhat limited due to my mobility and the fact that digitalmars doesn't get indexed by Google Groups.)Georg Wrede wrote:I just did 3 of the missing items (ackermann, array init, pointers/references). I encourage others to pick a few to write as well. It's a really long list of missing items...What would other important web sites be?I just found www.rosettacode.org, I don't know if it's important but it's pretty nice and already has ton's of examples in D. Here is the todo list for D: http://www.rosettacode.org/wiki/Tasks_not_implemented_in_D
Mar 25 2009