Re: Minor note, D on NASA Goddard software page

2024-02-28 Thread Tejas via Digitalmars-d-announce
On Wednesday, 28 February 2024 at 20:19:30 UTC, Chris Piker wrote: Hi D Just a minor note. My simple bindings for the NASA Common Data Format (CDF) library are listed on the user supplied software page: https://cdf.gsfc.nasa.gov/html/user_supplied_sw.html (scroll down) The library

Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-22 Thread Tejas via Digitalmars-d-announce
On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote: Hi, I just uploaded a second edition of the tutorial I uploaded on Github last year. Here is the link: https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf Thanks! Nice, thanks for

Re: Safer Linux Kernel Modules Using the D Programming Language

2023-01-11 Thread Tejas via Digitalmars-d-announce
On Wednesday, 11 January 2023 at 19:27:15 UTC, Walter Bright wrote: On 1/11/2023 3:26 AM, Paulo Pinto wrote: It is kind of "solved", by turning all computers into C machines, What an amazing amount of work just to avoid adding dynamic arrays to C. Well, the companies don't get to

Re: Safer Linux Kernel Modules Using the D Programming Language

2023-01-06 Thread Tejas via Digitalmars-d-announce
On Friday, 6 January 2023 at 10:29:30 UTC, H. S. Teoh wrote: On Fri, Jan 06, 2023 at 04:07:12AM +, areYouSureAboutThat via Digitalmars-d-announce wrote: [...] btw. Linus one said, more or less, that one reason he likes C so much, is because when he is typing it, he can visualise what

Re: text based file formats

2022-12-21 Thread Tejas via Digitalmars-d-announce
On Wednesday, 21 December 2022 at 04:19:46 UTC, 9il wrote: On Tuesday, 20 December 2022 at 19:46:36 UTC, John Colvin wrote: On Tuesday, 20 December 2022 at 00:40:07 UTC, H. S. Teoh wrote: [...] We use this at work with some light tweaks, it’s done a lot work  It has already been replaced

Re: A new Tree-Sitter Grammar for D

2022-10-16 Thread Tejas via Digitalmars-d-announce
On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I will probably see if this can be adopted into either the Tree Sitter or DLang community projects -- I'm not sure which is the better location. If you have thoughts please don't hesitate to let me know. I'm quite sure that

Re: D + Qt + QtDesigner

2022-09-28 Thread Tejas via Digitalmars-d-announce
On Thursday, 29 September 2022 at 00:46:36 UTC, Barbara wrote: On Wednesday, 28 September 2022 at 01:39:34 UTC, Ali Çehreli wrote: [...] Thank you Ali for mentioning our work. CopperSpice is licensed under LGPL 2.1 and provides a migration path for applications written in Qt. We support

Re: D + Qt + QtDesigner

2022-09-28 Thread Tejas via Digitalmars-d-announce
On Tuesday, 27 September 2022 at 23:21:07 UTC, Vladimir Marchevsky wrote: On Tuesday, 27 September 2022 at 21:07:25 UTC, Willian wrote: I would like to know if it is possible to gather the D community to work together on D + Qt + QtDesigner. I believe that the maturation of this library is the

Re: Inochi2D - Realtime 2D Animation written in D

2022-09-12 Thread Tejas via Digitalmars-d-announce
On Sunday, 11 September 2022 at 23:00:24 UTC, Luna wrote: Hey folks, I have for the (almost) past 2 years been working on a real-time 2D animation library called [Inochi2D](https://github.com/Inochi2D/inochi2d) and tooling for it. Recently I went full time on the project due to generous

Re: Walter's Edited DConf Talk Video -- Feedback Request

2022-09-07 Thread Tejas via Digitalmars-d-announce
On Wednesday, 7 September 2022 at 14:36:33 UTC, Dennis wrote: On Wednesday, 7 September 2022 at 12:42:35 UTC, Mike Parker wrote: https://youtu.be/iuP-AWUyjp8 I suggest boosting the audio as much as you can before it starts clipping. It's currently a bit low. +100 Please, better audio 

Re: Q & A with Razvan Nitu and Dennis Korpel

2022-05-25 Thread Tejas via Digitalmars-d-announce
On Wednesday, 25 May 2022 at 14:43:04 UTC, Mike Parker wrote: I've started a new series on our YouTube channel that I'm calling 'D Community Q & A Sessions'. These are short sessions focused on specific topics. For the inaugural episode, Razvan and Dennis joined me to talk about their roles

Re: IntelliJ D Language support

2022-05-12 Thread Tejas via Digitalmars-d-announce
On Thursday, 12 May 2022 at 04:50:19 UTC, Jack wrote: On Thursday, 12 May 2022 at 03:32:01 UTC, Walter Bright wrote: Now on front page of hackernews! https://news.ycombinator.com/news are you using IDEs now? where is the link? Sharing the link explicitly isn't counted as traffic by the

Re: GCC 12.1 Released (D v2.100-rc.1)

2022-05-06 Thread Tejas via Digitalmars-d-announce
On Friday, 6 May 2022 at 11:57:47 UTC, Iain Buclaw wrote: Hi, I am proud to announce another major GCC release, 12.1. [...] Go Iain 拾

Re: TIC-80 retro game programming with D via WebAssembly

2022-05-03 Thread Tejas via Digitalmars-d-announce
On Tuesday, 3 May 2022 at 14:59:21 UTC, Pierce Ng wrote: [TIC-80](https://github.com/nesbox/TIC-80) is a fantasy retro gaming console programmable in several scripting languages and WebAssembly. I implemented D bindings for TIC-80's API, for use via WebAssembly. The bindings have been merged

Re: Our New Pull-Request and Issue Manager

2022-02-24 Thread Tejas via Digitalmars-d-announce
On Thursday, 24 February 2022 at 13:05:33 UTC, Mike Parker wrote: In January, I announced that we were looking to fill the vacant Pull-Request and Issue Manager position sponsored by Symmetry Investments. We received some applications, Symmetry evaluated them, and we agreed on a candidate we

Re: The DIID series (Do It In D)

2022-01-24 Thread Tejas via Digitalmars-d-announce
On Tuesday, 25 January 2022 at 01:15:11 UTC, Walter Bright wrote: On 1/24/2022 4:34 PM, Elronnd wrote: On Monday, 24 January 2022 at 23:33:29 UTC, Walter Bright wrote: The phrase "How bad really is the D ecosystem?" only asks a question, but people tend to interpret such sentences as "D's

Re: Added copy constructors to "Programming in D"

2022-01-07 Thread Tejas via Digitalmars-d-announce
On Saturday, 8 January 2022 at 02:07:10 UTC, Ali Çehreli wrote: 1) After about three years, I finally added copy constructors: http://ddili.org/ders/d.en/special_functions.html#ix_special_functions.copy%20constructor [...] Thank you very much for creating and maintaining such an amazing

Re: GDC has just landed v2.098.0-beta.1 into GCC

2021-12-02 Thread Tejas via Digitalmars-d-announce
On Tuesday, 30 November 2021 at 19:37:34 UTC, Iain Buclaw wrote: Hi, The latest version of the D language has [now landed](https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5fee5ec362f7a243f459e6378fd49dfc89dc9fb5) in GCC. [...] WHOO GO Iain :D Thank you __very very much__ for all the

Re: Beta 2.098.0

2021-10-19 Thread Tejas via Digitalmars-d-announce
On Tuesday, 19 October 2021 at 13:53:04 UTC, Paul Backus wrote: On Tuesday, 19 October 2021 at 13:35:16 UTC, Timon Gehr wrote: On 11.10.21 03:08, Paul Backus wrote: Perhaps worth asking why Walter, specifically, is required to work on @live in order for it to make progress. Is it just

Re: Bison 3.8.1 released with D backend

2021-09-15 Thread Tejas via Digitalmars-d-announce
On Wednesday, 15 September 2021 at 17:55:19 UTC, Paul Backus wrote: On Wednesday, 15 September 2021 at 14:48:06 UTC, Tejas wrote: Assuming I'm correct: What does it matter whether the parser is a `.c .cpp .d .pl` or whatever file? I'm really sorry I'm coming off as abrasive/ungrateful. I

Re: Bison 3.8.1 released with D backend

2021-09-15 Thread Tejas via Digitalmars-d-announce
On Wednesday, 15 September 2021 at 13:24:25 UTC, Carl Sturtivant wrote: The D back-end for deterministic parsers contributed by Adela Vais is now available with the release of Bison 3.8.1 ! https://github.com/adelavais See https://savannah.gnu.org/forum/forum.php?forum_id=10047 for

Re: Summary of the D Language Foundation Monthly Meeting on August 25th, 2021

2021-09-06 Thread Tejas via Digitalmars-d-announce
On Monday, 6 September 2021 at 11:17:53 UTC, Mike Parker wrote: The D Language Foundation meeting for the month of August took place on Friday, August 27, at 13:00 UTC. Participating were: [...] Happy to see the meeting this month was fruitful as well, looking forward to the blog

Re: mir.complex

2021-08-20 Thread Tejas via Digitalmars-d-announce
On Friday, 20 August 2021 at 17:03:52 UTC, 9il wrote: On Friday, 20 August 2021 at 16:55:57 UTC, David Gileadi wrote: On 8/20/21 9:54 AM, Dennis wrote: On Friday, 20 August 2021 at 16:44:53 UTC, 9il wrote: Builtin complex numbers have been replaced with mir.complex in the following packages:

Re: Beta 2.097.2

2021-08-09 Thread Tejas via Digitalmars-d-announce
On Tuesday, 10 August 2021 at 01:53:28 UTC, rikki cattermole wrote: On 10/08/2021 4:32 AM, Tejas wrote: Just switch to LDC? The discussion on bugzilla seems to conclude that its purely DMD backend problem. While that is a good workaround to issues like this, dmd-be does need to be fixed

Re: Beta 2.097.2

2021-08-09 Thread Tejas via Digitalmars-d-announce
On Sunday, 8 August 2021 at 20:14:48 UTC, Temtaime wrote: On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.097.2 point release, ♥ to the 4 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.097.2.html

Re: Symmetry looking for D programmers in Singapore/Hong Kong/Australia/New Zealand

2021-06-16 Thread Tejas via Digitalmars-d-announce
On Wednesday, 16 June 2021 at 16:51:42 UTC, Vladimir Panteleev wrote: On Wednesday, 16 June 2021 at 16:49:56 UTC, Tejas wrote: On Wednesday, 16 June 2021 at 16:24:58 UTC, Vladimir Panteleev wrote: On Wednesday, 16 June 2021 at 16:15:31 UTC, Tejas wrote: On Wednesday, 16 June 2021 at 15:48:07

Re: Symmetry looking for D programmers in Singapore/Hong Kong/Australia/New Zealand

2021-06-16 Thread Tejas via Digitalmars-d-announce
On Wednesday, 16 June 2021 at 16:24:58 UTC, Vladimir Panteleev wrote: On Wednesday, 16 June 2021 at 16:15:31 UTC, Tejas wrote: On Wednesday, 16 June 2021 at 15:48:07 UTC, Vladimir Panteleev wrote: Have a look at the "Also via" column on the forum index ( https://forum.dlang.org/ ) :) I

Re: Symmetry looking for D programmers in Singapore/Hong Kong/Australia/New Zealand

2021-06-16 Thread Tejas via Digitalmars-d-announce
On Wednesday, 16 June 2021 at 16:23:17 UTC, Ali Çehreli wrote: On 6/16/21 9:15 AM, Tejas wrote: On Wednesday, 16 June 2021 at 15:48:07 UTC, Vladimir Panteleev wrote: Replying for the benefit of forum.dlang.org users, for whom the tags were not visible due to Markdown. Thank you so much :D

Re: Symmetry looking for D programmers in Singapore/Hong Kong/Australia/New Zealand

2021-06-16 Thread Tejas via Digitalmars-d-announce
On Wednesday, 16 June 2021 at 15:48:07 UTC, Vladimir Panteleev wrote: Replying for the benefit of forum.dlang.org users, for whom the tags were not visible due to Markdown. Thank you so much :D Also, what other ways exist to visit this news group?