Jump to page: 1 2 3
Thread overview
Latest and greatest D
Sep 19, 2022
Imperatorn
Sep 19, 2022
Sergey
Sep 20, 2022
Mike Parker
Sep 20, 2022
bauss
Sep 20, 2022
Mike Parker
Sep 20, 2022
Abdulhaq
Sep 20, 2022
Imperatorn
Sep 20, 2022
Abdulhaq
Sep 20, 2022
bachmeier
Sep 20, 2022
Mike Parker
Sep 20, 2022
zjh
Sep 20, 2022
zjh
Sep 21, 2022
Ruby The Roobster
Sep 22, 2022
zjh
Sep 23, 2022
TTK Ciar
Sep 25, 2022
Ruby The Roobster
Sep 20, 2022
mw
Sep 20, 2022
zjh
Sep 20, 2022
mw
Sep 20, 2022
rikki cattermole
September 19, 2022

Been away from D for a while but jumping back in.

What's some top 3 things I should know about that has happened in 2022 and might change how I should write D (I've heard there are some depreciations for example)?

Thanks ☀️

September 19, 2022

On Monday, 19 September 2022 at 18:17:38 UTC, Imperatorn wrote:

>

Been away from D for a while but jumping back in.

What's some top 3 things I should know about that has happened in 2022 and might change how I should write D (I've heard there are some depreciations for example)?

Thanks ☀️

3 really big things:

  1. DConf 2022 (you can find videos on YouTube)
  2. GDC is now in GCC officially
  3. Andrei left D
September 20, 2022

On Monday, 19 September 2022 at 19:33:37 UTC, Sergey wrote:

>
  1. Andrei left D

Andrei's still around.

September 20, 2022

On Monday, 19 September 2022 at 19:33:37 UTC, Sergey wrote:

>

On Monday, 19 September 2022 at 18:17:38 UTC, Imperatorn wrote:

>
  1. GDC is now in GCC officially

GDC has been in GCC since well before this year.

September 19, 2022

On 9/19/22 8:32 PM, Mike Parker wrote:

>

On Monday, 19 September 2022 at 19:33:37 UTC, Sergey wrote:

>

On Monday, 19 September 2022 at 18:17:38 UTC, Imperatorn wrote:

>
  1. GDC is now in GCC officially

GDC has been in GCC since well before this year.

The biggest development with GDC is that it is now using the latest frontend, instead of a really old, slightly improved, C++ front end.

-Steve

September 20, 2022

On Tuesday, 20 September 2022 at 01:13:11 UTC, Steven Schveighoffer wrote:

>

The biggest development with GDC is that it is now using the latest frontend, instead of a really old, slightly improved, C++ front end.

Does GDC has a Windows version?

September 19, 2022

On 9/19/22 9:40 PM, zjh wrote:

>

On Tuesday, 20 September 2022 at 01:13:11 UTC, Steven Schveighoffer wrote:

>

The biggest development with GDC is that it is now using the latest frontend, instead of a really old, slightly improved, C++ front end.

Does GDC has a Windows version?

This is the GDC page, it has a link to a windows project that may work. I have not tried it.

https://gdcproject.org/downloads

It also mentions that you should download gcc instead of gdc. So maybe try downloading directly from gcc.gnu.org.

-Steve

September 20, 2022

On Tuesday, 20 September 2022 at 01:40:49 UTC, zjh wrote:

>

Does GDC has a Windows version?

You can also follow this thread on building mingw64 package:

https://forum.dlang.org/post/rtbkaqmkuhkuhiycsfha@forum.dlang.org

September 20, 2022
The big thing (that I contributed towards) is shared library support in dub.

It should now work more or less as dependencies in ~master (Martin did the recent refinement).

Of course that won't help you as someone found out yesterday if you try to use it with dmd and suddenly get a random RTInfoImpl unknown symbol linker error.

September 20, 2022

On Tuesday, 20 September 2022 at 02:05:38 UTC, Steven Schveighoffer wrote:

>

On 9/19/22 9:40 PM, zjh wrote:

>

https://gdcproject.org/downloads

It also mentions that you should download gcc instead of gdc. So maybe try downloading directly from gcc.gnu.org.

-Steve

I hope there is a latest version of gdc that is directly available on windows.

« First   ‹ Prev
1 2 3