digitalmars.D - Latest and greatest D
- Imperatorn (5/5) Sep 19 2022 Been away from D for a while but jumping back in.
- Sergey (5/10) Sep 19 2022 3 really big things:
- Mike Parker (2/3) Sep 19 2022 Andrei's still around.
- bauss (3/6) Sep 19 2022 Yeah, he just stepped down his position but is still involved,
- Mike Parker (4/6) Sep 20 2022 He stepped down from his role as comaintainer of the language,
- Abdulhaq (3/10) Sep 20 2022 You can see Andrei talking recently about having fun with D in
- Imperatorn (2/15) Sep 20 2022 Yo, where does he talk about D? ☀️
- Abdulhaq (2/3) Sep 20 2022 scattered around the intro e.g. https://youtu.be/IYoMM08gdjI?t=140
- bachmeier (3/16) Sep 20 2022 He's still working on the language:
- Mike Parker (2/4) Sep 19 2022 GDC has been in GCC since well before this year.
- Steven Schveighoffer (4/12) Sep 19 2022 The biggest development with GDC is that it is now using the latest
- zjh (3/6) Sep 19 2022 Does `GDC` has a Windows version?
- Steven Schveighoffer (7/16) Sep 19 2022 This is the GDC page, it has a link to a windows project that may work.
- zjh (4/9) Sep 19 2022 I hope there is a latest version of `gdc` that is directly
- Ruby The Roobster (3/14) Sep 21 2022 GDC has been removed from winlibs, meaning that there is now no
- zjh (3/5) Sep 21 2022 We have to use `ldc` and `dmd`.
- TTK Ciar (6/11) Sep 23 2022 Did they specify a reason for the removal? Is there a chance it
- Ruby The Roobster (4/16) Sep 25 2022 Nope. I remember that a few months ago, one could download the
- mw (3/4) Sep 19 2022 You can also follow this thread on building mingw64 package:
- rikki cattermole (6/6) Sep 19 2022 The big thing (that I contributed towards) is shared library support in ...
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 ☀️
Sep 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
Sep 19 2022
On Monday, 19 September 2022 at 19:33:37 UTC, Sergey wrote:3) Andrei left DAndrei's still around.
Sep 19 2022
On Tuesday, 20 September 2022 at 00:10:50 UTC, Mike Parker wrote:On Monday, 19 September 2022 at 19:33:37 UTC, Sergey wrote:Yeah, he just stepped down his position but is still involved, right?3) Andrei left DAndrei's still around.
Sep 19 2022
On Tuesday, 20 September 2022 at 06:21:43 UTC, bauss wrote:Yeah, he just stepped down his position but is still involved, right?He stepped down from his role as comaintainer of the language, which Atila now fills, but is still involved with the foundation, yes.
Sep 20 2022
On Tuesday, 20 September 2022 at 10:10:45 UTC, Mike Parker wrote:On Tuesday, 20 September 2022 at 06:21:43 UTC, bauss wrote:You can see Andrei talking recently about having fun with D in this talk https://www.youtube.com/watch?v=IYoMM08gdjIYeah, he just stepped down his position but is still involved, right?He stepped down from his role as comaintainer of the language, which Atila now fills, but is still involved with the foundation, yes.
Sep 20 2022
On Tuesday, 20 September 2022 at 11:06:13 UTC, Abdulhaq wrote:On Tuesday, 20 September 2022 at 10:10:45 UTC, Mike Parker wrote:Yo, where does he talk about D? ☀️On Tuesday, 20 September 2022 at 06:21:43 UTC, bauss wrote:You can see Andrei talking recently about having fun with D in this talk https://www.youtube.com/watch?v=IYoMM08gdjIYeah, he just stepped down his position but is still involved, right?He stepped down from his role as comaintainer of the language, which Atila now fills, but is still involved with the foundation, yes.
Sep 20 2022
On Tuesday, 20 September 2022 at 11:41:01 UTC, Imperatorn wrote:Yo, where does he talk about D? ☀️scattered around the intro e.g. https://youtu.be/IYoMM08gdjI?t=140
Sep 20 2022
On Tuesday, 20 September 2022 at 11:06:13 UTC, Abdulhaq wrote:On Tuesday, 20 September 2022 at 10:10:45 UTC, Mike Parker wrote:He's still working on the language: https://forum.dlang.org/post/1c3605cf-eed5-aaa1-32c5-0bbd5d67a968 erdani.orgOn Tuesday, 20 September 2022 at 06:21:43 UTC, bauss wrote:You can see Andrei talking recently about having fun with D in this talk https://www.youtube.com/watch?v=IYoMM08gdjIYeah, he just stepped down his position but is still involved, right?He stepped down from his role as comaintainer of the language, which Atila now fills, but is still involved with the foundation, yes.
Sep 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:2) GDC is now in GCC officiallyGDC has been in GCC since well before this year.
Sep 19 2022
On 9/19/22 8:32 PM, Mike Parker wrote:On Monday, 19 September 2022 at 19:33:37 UTC, Sergey 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. -SteveOn Monday, 19 September 2022 at 18:17:38 UTC, Imperatorn wrote:2) GDC is now in GCC officiallyGDC has been in GCC since well before this year.
Sep 19 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?
Sep 19 2022
On 9/19/22 9:40 PM, zjh wrote:On Tuesday, 20 September 2022 at 01:13:11 UTC, Steven Schveighoffer wrote: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. -SteveThe 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?
Sep 19 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. -SteveI hope there is a latest version of `gdc` that is directly available on windows.
Sep 19 2022
On Tuesday, 20 September 2022 at 06:08:59 UTC, zjh wrote:On Tuesday, 20 September 2022 at 02:05:38 UTC, Steven Schveighoffer wrote:GDC has been removed from winlibs, meaning that there is now no working, not even an experimental, GDC for Windows.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. -SteveI hope there is a latest version of `gdc` that is directly available on windows.
Sep 21 2022
On Wednesday, 21 September 2022 at 23:52:45 UTC, Ruby The Roobster wrote:GDC has been removed from winlibs, meaning that there is now no working, not even an experimental, GDC for Windows.We have to use `ldc` and `dmd`.
Sep 21 2022
On Wednesday, 21 September 2022 at 23:52:45 UTC, Ruby The Roobster wrote:On Tuesday, 20 September 2022 at 06:08:59 UTC, zjh wrote:Did they specify a reason for the removal? Is there a chance it might come back? I poked around Winlibs looking for release notes, but found nothing relevant.I hope there is a latest version of `gdc` that is directly available on windows.GDC has been removed from winlibs, meaning that there is now no working, not even an experimental, GDC for Windows.
Sep 23 2022
On Friday, 23 September 2022 at 17:42:57 UTC, TTK Ciar wrote:On Wednesday, 21 September 2022 at 23:52:45 UTC, Ruby The Roobster wrote:Nope. I remember that a few months ago, one could download the latest GDC, as well as everything else. Now, GDC has been scrubbed from all downloads.On Tuesday, 20 September 2022 at 06:08:59 UTC, zjh wrote:Did they specify a reason for the removal? Is there a chance it might come back? I poked around Winlibs looking for release notes, but found nothing relevant.I hope there is a latest version of `gdc` that is directly available on windows.GDC has been removed from winlibs, meaning that there is now no working, not even an experimental, GDC for Windows.
Sep 25 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
Sep 19 2022
On Tuesday, 20 September 2022 at 02:22:02 UTC, mw wrote:You can also follow this thread on building mingw64 package: https://forum.dlang.org/post/rtbkaqmkuhkuhiycsfha forum.dlang.orgIs there a `msvc` tool chain on `gdc`?
Sep 19 2022
On Tuesday, 20 September 2022 at 06:10:05 UTC, zjh wrote:On Tuesday, 20 September 2022 at 02:22:02 UTC, mw wrote:I don't think so. GCC and msvc are two separate tool chains.You can also follow this thread on building mingw64 package: https://forum.dlang.org/post/rtbkaqmkuhkuhiycsfha forum.dlang.orgIs there a `msvc` tool chain on `gdc`?
Sep 19 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.
Sep 19 2022