digitalmars.D - http://lang-index.sourceforge.net/
- Andrei Alexandrescu (2/2) Apr 10 2011 I wonder how accurate this language popularity index is.
- Andrej Mitrovic (4/4) Apr 10 2011 I was browsing through that D filter on google, and found this:
- bearophile (8/13) Apr 10 2011 From my experience teaching is _much_ better when it's bidirectional. Th...
- Jens Mueller (9/28) Apr 11 2011 It's my PhD advisor and me. I'm looking forward to the seminar. Let's
- Trass3r (2/6) Apr 11 2011 Nice idea. We need something like that in Ilmenau too ;)
- FeepingCreature (2/10) Apr 11 2011 Hey, we go to the same university! Neat!
- Andrej Mitrovic (10/10) Apr 11 2011 I highly doubt that Delphi can be considered dead.
- Caligo (2/2) Apr 12 2011 Another good metric is stackoverflow.com
- spir (9/20) Apr 11 2011 Very true! Also: try to teach a language (or imagine you do) and conscio...
- bearophile (4/5) Apr 10 2011 It's grossly inaccurate, of course (Popularity? What's that? Is populari...
- Francisco Almeida (2/5) Apr 10 2011 Not only is popularity not well defined, some interesting oddities are p...
- Nick Sabalausky (7/14) Apr 11 2011 D and Go definitely have more buzz lately, but I wouldn't be surprised i...
- Walter Bright (3/8) Apr 11 2011 Pascal died 20 years ago. C++ utterly routed it.
- Piotr Szturmaj (4/13) Apr 11 2011 Well, I've just finished one project written with Delphi 2007. It was a
- Emil Madsen (12/14) Apr 13 2011 I wouldn't belive it;
I wonder how accurate this language popularity index is. Andrei
Apr 10 2011
I was browsing through that D filter on google, and found this: http://theinf2.informatik.uni-jena.de/For+Students/Lectures/D+Programming.html This must be the second school to teach D that I know of, after I've heard about Utah Valley University. It looks like D is catching up!
Apr 10 2011
Andrej Mitrovic:I was browsing through that D filter on google, and found this: http://theinf2.informatik.uni-jena.de/For+Students/Lectures/D+Programming.html This must be the second school to teach D that I know of, after I've heard about Utah Valley University. It looks like D is catching up!From my experience teaching is _much_ better when it's bidirectional. This means that I'd encourage those teachers to collect some statistics, anecdotes, student comments and everything else potentially useful about D, to later feed back that information to this newsgroups and to Walter. Do you know the name or email address of those teachers? Insights from students are for example invaluable to find the harder to understand parts of the D language, or the most bug-prone for newbies, or the harder to teach. D2 language design is mostly done, but many design details can be improved still thanks to students/teachers feedback. One part of the D design that has not received an overhaul during the D1->D2 transition is the is() syntax. A syntax like this one shown in the D docs is *bad*: is(int[10] W : W[V], int V) This is almost worse than C++ template metaprogramming :-) Bye, bearophile
Apr 10 2011
bearophile wrote:Andrej Mitrovic:It's my PhD advisor and me. I'm looking forward to the seminar. Let's see how it goes. Especially I'm interested in the students feedback. What do they find difficult? What do they find easy?I was browsing through that D filter on google, and found this: http://theinf2.informatik.uni-jena.de/For+Students/Lectures/D+Programming.html This must be the second school to teach D that I know of, after I've heard about Utah Valley University. It looks like D is catching up!From my experience teaching is _much_ better when it's bidirectional. This means that I'd encourage those teachers to collect some statistics, anecdotes, student comments and everything else potentially useful about D, to later feed back that information to this newsgroups and to Walter. Do you know the name or email address of those teachers?Insights from students are for example invaluable to find the harder to understand parts of the D language, or the most bug-prone for newbies, or the harder to teach. D2 language design is mostly done, but many design details can be improved still thanks to students/teachers feedback.Andrei has done a great job with his book. Even though it is not an introductory text to programming. It is not meant to be that. But I suppose there are some pitfalls or less obvious things that will come up during the seminar. Jens
Apr 11 2011
Am 11.04.2011, 10:52 Uhr, schrieb Jens Mueller <jens.k.mueller gmx.de>:Nice idea. We need something like that in Ilmenau too ;)http://theinf2.informatik.uni-jena.de/For+Students/Lectures/D+Programming.htmlIt's my PhD advisor and me. I'm looking forward to the seminar. Let's see how it goes. Especially I'm interested in the students feedback. What do they find difficult? What do they find easy?
Apr 11 2011
On 11.04.2011 12:58, Trass3r wrote:Am 11.04.2011, 10:52 Uhr, schrieb Jens Mueller <jens.k.mueller gmx.de>:Hey, we go to the same university! Neat!Nice idea. We need something like that in Ilmenau too ;)http://theinf2.informatik.uni-jena.de/For+Students/Lectures/D+Programming.htmlIt's my PhD advisor and me. I'm looking forward to the seminar. Let's see how it goes. Especially I'm interested in the students feedback. What do they find difficult? What do they find easy?
Apr 11 2011
I highly doubt that Delphi can be considered dead. If Embarcadero/Borland/Codegear is managing to sell a commercial IDE, that's already more than D has to offer (commercially speaking). It has some great GUI features, and there's also that one popular commercial application built with Delphi - FL Studio. And who hasn't heard of that? Very few people. So if you were to compare that to D, you could say D is dead. But it's not, and neither is Delphi or Pascal. I'd say Pascal/Delphi have a solid ground, but D has rapid growth. E.g. neither delphi or pascal are gaining grounds, compared to D (that's just my opinion).
Apr 11 2011
Another good metric is stackoverflow.com There are currently 301 D questions.
Apr 12 2011
On 04/11/2011 08:05 AM, bearophile wrote:Andrej Mitrovic:Very true! Also: try to teach a language (or imagine you do) and consciously note every aspect that makes you feel uneasy --> list of probable design errors.From my experience teaching is _much_ better when it's bidirectional. This means that I'd encourage those teachers to collect some statistics, anecdotes, student comments and everything else potentially useful about D, to later feed back that information to this newsgroups and to Walter. Do you know the name or email address of those teachers? Insights from students are for example invaluable to find the harder to understand parts of the D language, or the most bug-prone for newbies, or the harder to teach. D2 language design is mostly done, but many design details can be improved still thanks to students/teachers feedback.I was browsing through that D filter on google, and found this: http://theinf2.informatik.uni-jena.de/For+Students/Lectures/D+Programming.html This must be the second school to teach D that I know of, after I've heard about Utah Valley University. It looks like D is catching up!One part of the D design that has not received an overhaul during the D1->D2 transition is the is() syntax. A syntax like this one shown in the D docs is *bad*: is(int[10] W : W[V], int V) This is almost worse than C++ template metaprogramming :-)is() may be the worst part of D2; simply obscure, cryptic Denis -- _________________ vita es estrany spir.wikidot.com
Apr 11 2011
Andrei:I wonder how accurate this language popularity index is.It's grossly inaccurate, of course (Popularity? What's that? Is popularity more important than the hundreds or thousands of millions of lines of Cobol that are in use?), but it's a bit better than the ridiculous Tiobe Index. Bye, bearophile
Apr 10 2011
Andrei Alexandrescu Wrote:I wonder how accurate this language popularity index is. AndreiNot only is popularity not well defined, some interesting oddities are present. Delphi and Pascal? "Both" more popular than D or even Go? Seriously?
Apr 10 2011
"Francisco Almeida" <francisco.m.almeida gmail.com> wrote in message news:inu0sq$235f$1 digitalmars.com...Andrei Alexandrescu Wrote:D and Go definitely have more buzz lately, but I wouldn't be surprised if Delphi and Pascal have still had more total usage overall. And there's probably more people (particularly rank-and-file programmers) who have heard of Delphi and Pascal. So that, too, just gets back to whatever their definition of "popularity" is.I wonder how accurate this language popularity index is. AndreiNot only is popularity not well defined, some interesting oddities are present. Delphi and Pascal? "Both" more popular than D or even Go? Seriously?
Apr 11 2011
On 4/11/2011 1:00 AM, Nick Sabalausky wrote:D and Go definitely have more buzz lately, but I wouldn't be surprised if Delphi and Pascal have still had more total usage overall. And there's probably more people (particularly rank-and-file programmers) who have heard of Delphi and Pascal. So that, too, just gets back to whatever their definition of "popularity" is.Pascal died 20 years ago. C++ utterly routed it. Delphi about 10 years ago when Borland sank.
Apr 11 2011
Walter Bright wrote:On 4/11/2011 1:00 AM, Nick Sabalausky wrote:Well, I've just finished one project written with Delphi 2007. It was a component that should work on Delphi 2010. And there's also Delphi XE (aka 2011) and Delphi Prism for .NET. Not that I like to write in it.D and Go definitely have more buzz lately, but I wouldn't be surprised if Delphi and Pascal have still had more total usage overall. And there's probably more people (particularly rank-and-file programmers) who have heard of Delphi and Pascal. So that, too, just gets back to whatever their definition of "popularity" is.Pascal died 20 years ago. C++ utterly routed it. Delphi about 10 years ago when Borland sank.
Apr 11 2011
On 11 April 2011 03:22, Andrei Alexandrescu <SeeWebsiteForEmail erdani.org>wrote:I wonder how accurate this language popularity index is. AndreiI wouldn't belive it; 1<http://www.youtube.com/results?search_query=%2B%22C%2B%2B%20programming%22> result on youtube? - atleast according to the table, but I'm getting 1410, thats 1409 new youtube movies about C++ in 13days ;) - I guess C++ is on its way back! -- // Yours sincerely // Emil 'Skeen' Madsen
Apr 13 2011