digitalmars.D - Poll - How long have you been in D?
- dnewbie (5/5) Apr 03 2014 Please vote now!
- Adam D. Ruppe (4/4) Apr 03 2014 I'm almost at the point where I've been a D fanatic for half my
- H. S. Teoh (10/10) Apr 03 2014 I couldn't remember when I started using D, so I had to go dig in my
- Paulo Pinto (11/16) Apr 04 2014 Ever since I got Andrei's book, right after being published.
- eles (2/5) Apr 04 2014 Idem. Started with D in 2002.
- "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= (10/10) Apr 04 2014 According to my source repository since october 2006, doing some
- Regan Heath (5/10) Apr 04 2014 I think we need a 10+ category now too :p
- Chris (10/15) Apr 04 2014 It would be 2011 or 2012, I think. I learned about it in a Linux
- Jacob Carlborg (4/9) Apr 04 2014 I think I started at the end of 2006.
- Namespace (2/7) Apr 04 2014 Since 2010
- David L. Davis (6/6) Apr 04 2014 Been following along since around 1999, but didn't join into
- =?UTF-8?B?U2ltZW4gS2rDpnLDpXM=?= (7/12) Apr 04 2014 These things make me feel old. Looking at the old changelog[0], I can
- Nick Sabalausky (3/16) Apr 05 2014 I remember watching the changelog and wondering if the next version
- =?UTF-8?B?U2ltZW4gS2rDpnLDpXM=?= (5/24) Apr 06 2014 Yeah, I'd forgotten about that, but now you mention it, I think even
- eles (4/8) Apr 06 2014 Yes, yes! I remember that it was some discussion about the
- Paolo Invernizzi (4/9) Apr 05 2014 I've checked the repositories, D in production since 2006.
- Meta (3/8) Apr 05 2014 I'd been aware of D since around 2008, but didn't actually start
- Lars T. Kyllingstad (9/14) Apr 06 2014 I started playing around with D in 2005, I think, but it wasn't
- Andrej Mitrovic (4/6) Apr 06 2014 I remember trying D1 many years ago, but I got put off by the whole
- Manu (4/9) Apr 06 2014 These results are a bit disappointing. Ideally you'd see a massive bias
- Kapps (5/17) Apr 06 2014 I don't imagine many new users read these forums frequently, and
- Manu (4/23) Apr 06 2014 If you look at the past polls, the new users appear to be declining. I
- w0rp (6/6) Apr 07 2014 Thus far according to the poll, it looks like there hasn't been
- bytedruid (12/18) Apr 23 2014 Brand new user, wrote my first D program today. It preformed the
- Nick Sabalausky (2/3) Apr 24 2014 It's fine, many of us do that. Look at mine ;)
Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.png
Apr 03 2014
I'm almost at the point where I've been a D fanatic for half my programmer years... the time sure flies. I think I surpassed writing more D code than all other languages combined last year, taking the prize away from C.
Apr 03 2014
I couldn't remember when I started using D, so I had to go dig in my personal diary entries until I found it... In late 2011, I had already heard of D during my search for something better than C++, but I didn't really start seriously using D until by chance I came across Andrei's TDPL at a local bookstore. That got me *really* started. Apparently my first D program was a brute-force search to discover all augmentations of a certain class of 4D shapes called duoprisms. I had a very pleasant experience with it... and as they say, the rest is history. :P --T
Apr 03 2014
On Friday, 4 April 2014 at 02:10:15 UTC, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngEver since I got Andrei's book, right after being published. Specially as I was disappointed to the way Go appeared to be heading. Although I very seldom code D, actually more of a fanboy language geek. My work is all about .NET/JVM/mobile environments and I do use a few FP languages on side projects as well. So I tend to do more advocacy than coding in regard to D. -- Paulo
Apr 04 2014
On Friday, 4 April 2014 at 07:03:14 UTC, Paulo Pinto wrote:On Friday, 4 April 2014 at 02:10:15 UTC, dnewbie wrote:Although I very seldom code D, actually more of a fanboy language geek.Idem. Started with D in 2002.
Apr 04 2014
According to my source repository since october 2006, doing some html parser experiments and tribool/fuzzy logic, but gave up on the language because debugging was hard (not very good error messages, compiler related bugs). Then some OpenGL experiments in 2007, but gave up on the language because of the GC. Then I wrote a small tool in 2008 for optimizing PNG files using C and D (and some other stuff), but ended up with most of the code being in C (85%) because library interfacing was easier that way. Then I decided to wait for DMD2 to be ready since DMD1 appeared to have been abandoned, and I am still waiting…
Apr 04 2014
On Fri, 04 Apr 2014 03:10:14 +0100, dnewbie <run3 myopera.com> wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngI think we need a 10+ category now too :p R -- Using Opera's revolutionary email client: http://www.opera.com/mail/
Apr 04 2014
On Friday, 4 April 2014 at 02:10:15 UTC, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngIt would be 2011 or 2012, I think. I learned about it in a Linux magazin that said that "Fedora now ships with a compiler for the D programming language", just a note on the last page. The word "compiler" caught my attention (because I was sick of "portable" interpreted languages). It was in December and I checked it out over Xmas, having a few days off, and I thought "This is it, my prayers have been answered". Native on all platforms, seamlessly interfaces to C. Say no more. Ever since I've been trying to tame that beast.
Apr 04 2014
On 04/04/14 04:10, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngI think I started at the end of 2006. -- /Jacob Carlborg
Apr 04 2014
On Friday, 4 April 2014 at 02:10:15 UTC, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngSince 2010
Apr 04 2014
Been following along since around 1999, but didn't join into group until June 2004 when I started writing in D (version 1) code and building a personal D project website (which hasn't been updated in a long time). A lot has changed...it's no longer a one-man band with Walter trying to do everything...it's for the better. But still I haven't gotten back into writing D2 code.
Apr 04 2014
On 2014-04-04 02:10, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngThese things make me feel old. Looking at the old changelog[0], I can remember changes all the way back to 0.91. That's not quite ten years yet, but give it a month and a half... [0]: http://www.digitalmars.com/d/1.0/changelog1.html#new091 -- Simen
Apr 04 2014
On 4/4/2014 8:51 PM, Simen Kjærås wrote:On 2014-04-04 02:10, dnewbie wrote:I remember watching the changelog and wondering if the next version after v0.99 was going to be v1.0.Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngThese things make me feel old. Looking at the old changelog[0], I can remember changes all the way back to 0.91. That's not quite ten years yet, but give it a month and a half... [0]: http://www.digitalmars.com/d/1.0/changelog1.html#new091 -- Simen
Apr 05 2014
On 2014-04-05 21:06, Nick Sabalausky wrote:On 4/4/2014 8:51 PM, Simen Kjærås wrote:Yeah, I'd forgotten about that, but now you mention it, I think even there was a discussion on that topic. -- SimenOn 2014-04-04 02:10, dnewbie wrote:I remember watching the changelog and wondering if the next version after v0.99 was going to be v1.0.Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngThese things make me feel old. Looking at the old changelog[0], I can remember changes all the way back to 0.91. That's not quite ten years yet, but give it a month and a half... [0]: http://www.digitalmars.com/d/1.0/changelog1.html#new091 -- Simen
Apr 06 2014
On Saturday, 5 April 2014 at 21:06:14 UTC, Nick Sabalausky wrote:On 4/4/2014 8:51 PM, Simen Kjærås wrote:On 2014-04-04 02:10, dnewbie wrote:I remember watching the changelog and wondering if the next version after v0.99 was going to be v1.0.Yes, yes! I remember that it was some discussion about the position of planet Mars or something! Everybody was disappointed to see 0.100... :(
Apr 06 2014
On Friday, 4 April 2014 at 02:10:15 UTC, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngI've checked the repositories, D in production since 2006. --- Paolo
Apr 05 2014
On Friday, 4 April 2014 at 02:10:15 UTC, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngI'd been aware of D since around 2008, but didn't actually start using it until January 2012.
Apr 05 2014
On Friday, 4 April 2014 at 02:10:15 UTC, dnewbie wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngI started playing around with D in 2005, I think, but it wasn't until 2007 that I started using it for real. I had the good fortune of being able to use D professionally for the four years that followed, but in 2011 I had to go back to C++, and am now using D (almost) solely for hobby projects. I am trying hard to spread the good word at work, though, and make sure to bring up D every time one of C++'s shortcomings give us troubles. :)
Apr 06 2014
On 4/4/14, dnewbie <run3 myopera.com> wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5I remember trying D1 many years ago, but I got put off by the whole "choose tango or phobos" thing back then. I'm glad to see those days are behind us.
Apr 06 2014
On 4 April 2014 12:10, dnewbie <run3 myopera.com> wrote:Please vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngThese results are a bit disappointing. Ideally you'd see a massive bias towards new users, but we see the opposite :( Perhaps this poll isn't public enough? On reddit and stuff?
Apr 06 2014
On Monday, 7 April 2014 at 02:00:37 UTC, Manu wrote:On 4 April 2014 12:10, dnewbie <run3 myopera.com> wrote:I don't imagine many new users read these forums frequently, and this is the only place it's been posted AFAIK. Also, that could be interpreted as users like D enough that they continue to use it for a long time, also nice. :PPlease vote now! http://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngThese results are a bit disappointing. Ideally you'd see a massive bias towards new users, but we see the opposite :( Perhaps this poll isn't public enough? On reddit and stuff?
Apr 06 2014
On 7 April 2014 12:34, Kapps <opantm2+spam gmail.com> wrote:On Monday, 7 April 2014 at 02:00:37 UTC, Manu wrote:If you look at the past polls, the new users appear to be declining. I agree, most newbies probably don't get involved in the dev forum, hence suggesting it should probably be posted in some other places too.On 4 April 2014 12:10, dnewbie <run3 myopera.com> wrote: Please vote now!I don't imagine many new users read these forums frequently, and this is the only place it's been posted AFAIK. Also, that could be interpreted as users like D enough that they continue to use it for a long time, also nice. :Phttp://www.easypolls.net/poll.html?p=533e10e4e4b0edddf89898c5 See also results from previous years: - http://d.darktech.org/2012.png - http://d.darktech.org/2013.pngThese results are a bit disappointing. Ideally you'd see a massive bias towards new users, but we see the opposite :( Perhaps this poll isn't public enough? On reddit and stuff?
Apr 06 2014
Thus far according to the poll, it looks like there hasn't been much growth in terms of new users, and a good number of people have stuck around for a number of years. We should take more measurements on the number of new users. I swear that I've seen a lot of new people in the IRC channel and a few new people on the forums.
Apr 07 2014
On Monday, 7 April 2014 at 02:34:59 UTC, Kapps wrote:Brand new user, wrote my first D program today. It preformed the same task as a python program I had laying around. I wanted to see if a compiled language could as terse the python syntax I've grown accustomed to. Well, I'm happy to say the D program was one line shorter! Not bad. I've programmed python for over 10 years and was considering diving into Java since the C standard library is so tiny and it has no standard cross-platform GUI toolkit. I'd say D is looking pretty good, now if it just hand a standard GUI library... (Side note: I entered a fake email address, is that a no-no one this list?)These results are a bit disappointing. Ideally you'd see a massive bias towards new users, but we see the opposite :( Perhaps this poll isn't public enough? On reddit and stuff?I don't imagine many new users read these forums frequently, and this is the only place it's been posted AFAIK.
Apr 23 2014
On 4/24/2014 2:17 AM, bytedruid wrote:(Side note: I entered a fake email address, is that a no-no one this list?)It's fine, many of us do that. Look at mine ;)
Apr 24 2014
On Thursday, 24 April 2014 at 06:18:01 UTC, bytedruid wrote:I'd say D is looking pretty good, now if it just hand a standard GUI library...There were reports on an ongoing work on Qt bindings, you might want to help with that. On Thursday, 24 April 2014 at 09:06:13 UTC, Nick Sabalausky wrote:It's fine, many of us do that. Look at mine ;)Web interface doesn't show email addresses.
Apr 24 2014
I started using D2 about a year ago. Now all projects make to D2 along with the GUI QtE (Qt bindings own production). http://qte.ucoz.ru/index/screenshots/0-6
Apr 29 2014