Jump to page: 1 2
Thread overview
Best Commercial Segue into D
Feb 11, 2023
Paul
Feb 15, 2023
Bastiaan Veelo
Feb 15, 2023
Bastiaan Veelo
Feb 16, 2023
Paul
Feb 16, 2023
Ali Çehreli
Feb 16, 2023
Sergey
Feb 18, 2023
Chris Piker
Feb 18, 2023
thebluepandabear
Feb 19, 2023
thebluepandabear
Feb 19, 2023
Mike Parker
Feb 20, 2023
thebluepandabear
Feb 20, 2023
Iain Buclaw
Feb 21, 2023
Ali Çehreli
February 11, 2023

Greetings and thanks for any thoughts.

I'm looking for suggestions on what would be a good path into commercial coding using D. I've completed two D coding courses on educative.io and would someday like to be coding in D. Accepting the fact I'm unlikely to find an entry level coding job in D, what would be a good career path to put me in a position where I could apply for a D coding job? C/C++, Java, Python, embedded programming?

February 15, 2023

On Saturday, 11 February 2023 at 22:37:32 UTC, Paul wrote:

>

what would be a good career path to put me in a position where I could apply for a D coding job? C/C++, Java, Python, embedded programming?

Are you saying you are (going to be) a student and wonder what courses to take? Or are those the languages that you already know and are looking for an employer?

These are the ways in which people came to code in D commercially, that I know of:

  1. They never used D before and were told to go code in D by their employers.
  2. They became experts in D in their free time here in this community, and were headhunted by the industry (or they applied).
  3. They found a way to introduce D at their current job.
  4. They started their own business.

If 2. is your thing, it is as with any other language: read, write, and get reviewed. The latter happens when you start contributing to existing projects. Depending on how much time you have, your background and perhaps your age, Google Summer of Code or Symmetry Autumn of Code can be a good way to increase your D skills.

Personally I am in category 3. For me, and this is irrespective of language, a course in algorithms and data structures was most impactful to my coding practice. My education is primarily on domain knowledge, computer science came second. But both were instrumental to my career.

Good luck,
-- Bastiaan.

February 15, 2023

On Wednesday, 15 February 2023 at 11:17:08 UTC, Bastiaan Veelo wrote:

>
  1. They never used D before and were told to go code in D by their employers.

These people were hired as C++ programmers, as far as I know.

-- Bastiaan.

February 16, 2023

On Wednesday, 15 February 2023 at 11:19:30 UTC, Bastiaan Veelo wrote:

>

On Wednesday, 15 February 2023 at 11:17:08 UTC, Bastiaan Veelo wrote:

>
  1. They never used D before and were told to go code in D by their employers.

These people were hired as C++ programmers, as far as I know.

-- Bastiaan.

Thanks Bastiaan

February 15, 2023
On 2/15/23 03:17, Bastiaan Veelo wrote:

> 1. They never used D before and were told to go code in D by their
> employers.

An anecdote: As you know, I used D for developer tools in the automotive industry. One of our colleagues has always been impressed with the tools. I've learned recently that he had told his brother about D, who also happened to work in the automotive industry.

And his brother ended up choosing D for a project just because their C programmers hated C++ and their C++ programmers hated C. :) In the end, an intern was forced to use D. :)

Ali

February 16, 2023
On Thursday, 16 February 2023 at 06:52:14 UTC, Ali Çehreli wrote:
> On 2/15/23 03:17, Bastiaan Veelo wrote:
>
> > 1. They never used D before and were told to go code in D by
> their
> > employers.
>
> An anecdote: As you know, I used D for developer tools in the automotive industry. One of our colleagues has always been impressed with the tools. I've learned recently that he had told his brother about D, who also happened to work in the automotive industry.
>
> And his brother ended up choosing D for a project just because their C programmers hated C++ and their C++ programmers hated C. :) In the end, an intern was forced to use D. :)
>
> Ali

Great news!
When we will be able to add this new shiny star to the https://dlang.org/orgs-using-d.html?
February 18, 2023

On Wednesday, 15 February 2023 at 11:17:08 UTC, Bastiaan Veelo wrote:

>
  1. They found a way to introduce D at their current job.

...in my case, after all the C programmers retired.

To misquote Planck, "Programming progresses one retirement at a time".

February 18, 2023

On Saturday, 11 February 2023 at 22:37:32 UTC, Paul wrote:

>

Greetings and thanks for any thoughts.

I'm looking for suggestions on what would be a good path into commercial coding using D. I've completed two D coding courses on educative.io and would someday like to be coding in D. Accepting the fact I'm unlikely to find an entry level coding job in D, what would be a good career path to put me in a position where I could apply for a D coding job? C/C++, Java, Python, embedded programming?

D is not used in the job industry. Period.

February 18, 2023

On 2/18/23 3:39 AM, thebluepandabear wrote:

>

 D is not used in the job industry. Period.

This is incorrect.

-Steve

February 19, 2023

On Saturday, 18 February 2023 at 17:20:30 UTC, Steven Schveighoffer wrote:

>

On 2/18/23 3:39 AM, thebluepandabear wrote:

>

 D is not used in the job industry. Period.

This is incorrect.

-Steve

what job could i find with D? i found no D jobs in the USA, stop with the fluff.

« First   ‹ Prev
1 2