I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language?
Thread overview | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
October 30, 2021 What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: > I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? I do a little bit of everything (which is why my libs cover a bit fo everything https://github.com/adamdruppe/arsd ). Lots of web stuff over the years, some desktop apps, a few games, even some embedded stuff. |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? Working on a 3D engine, used OpenGL as backend but now using WebGPU. |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? Lots of little useless libraries:
Many, many more that are too minor to mention or never even saw the light of day. For applications:
And again, many more minor things. And plenty of things that never made it to Github. Some wacky things I want to experiment with, probably using D:
So in general, just a bunch of random, mostly experimental things. From other's anecdotes, they've found that D is the perfect language for prototyping because going from a prototype into a production codebase is apparently very smooth. |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? Mainly numerical (signal processing) algorithms, as well as various |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? Various. Latest thing was just a modbus client. I don't do any gui stuff tho |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? Well, I use this application everyday for window management functions: https://gist.github.com/preetpalS/d2482d6ec91eb8147e6cff43ab197ed5 It helps me stretch Windows across monitors in my multi-monitor setup. I also used D for processing data before and I have written some command line tools in it (like a tool to find files based on filename, a random password generator). I am planning on using D lang more in the future for writing little command line tools as I need them. I plan on tackling larger projects in D lang in the future. |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? Consumer desktop apps. D is a non-weaponized language that is fast and productive, and easily targets the 3 big OS desktops. |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Piolat | On Saturday, 30 October 2021 at 16:53:39 UTC, Guillaume Piolat wrote: >On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? Consumer desktop apps. D is a non-weaponized language that is fast and productive, and easily targets the 3 big OS desktops. What do you mean by non-weaponized? It's not specialized for a particular domain? |
October 30, 2021 Re: What kinds of Software do you create in D. | ||||
---|---|---|---|---|
| ||||
Posted in reply to harakim | On Saturday, 30 October 2021 at 01:48:25 UTC, harakim wrote: >I'm curious: Is there a poll somewhere that asks what kind of software projects people write in D? If not, what does everyone write using the D Language? I'm just playing with D so I haven't done any serious project yet. |