Re: Is D programming friendly for beginners?

2024-03-11 Thread Doigt via Digitalmars-d-announce
On Monday, 4 March 2024 at 13:37:53 UTC, Fidele wrote: I want to start learning D programming language it looks interesting Depends what you mean by "beginner". If you've never programmed before and D is your first language, then the answer is a definite no.

Re: Empire is DOS Game Club Game of the Month for February 2024

2024-02-05 Thread Doigt via Digitalmars-d-announce
On Friday, 2 February 2024 at 10:56:24 UTC, Danilo wrote: On Friday, 2 February 2024 at 02:34:31 UTC, Brian Callahan wrote: Wasn't sure where else to put this, but Walter's Empire is the DOS Game Club February 2024 Game of the Month: https://www.dosgameclub.com/ Win prices from people who

Re: Browsers in D

2023-12-19 Thread Doigt via Digitalmars-d-announce
On Tuesday, 19 December 2023 at 21:15:19 UTC, Adam D Ruppe wrote: With Firefox getting worse by the year, you might want to consider also making your own partially-usable chromium/edge skin (also known as "pukes")! Firefox is getting better, not worse. That's strictly your opinion.

Re: [iOS Support Incoming] - AVAudioEngine bindings

2023-12-18 Thread Doigt via Digitalmars-d-announce
On Tuesday, 12 December 2023 at 23:50:29 UTC, Hipreme wrote: Today, I've come to announce that bindings that works for both macOS and iOS have been done, which is soon to be integrated with [Hipreme Engine](http://github.com/MrcSnm/HipremeEngine) Those bindings are on [AVAudioEngine Bindings

Re: D syntax highlighting in Nano

2023-08-10 Thread Doigt via Digitalmars-d-announce
On Thursday, 10 August 2023 at 10:02:06 UTC, Dejan Lekic wrote: Cool, I have one for years: https://paste.ee/p/V485T I will definitely borrow some parts of yours! I don't know what you'll borrow, yours seem to have things I didn't even think about

Re: D syntax highlighting in Nano

2023-08-09 Thread Doigt via Digitalmars-d-announce
On Wednesday, 9 August 2023 at 23:51:08 UTC, Walter Bright wrote: Nice! For fun, here's the one I wrote for microEmacs: https://github.com/DigitalMars/med/blob/master/src/med/syntaxd.d whoa that's pretty cool you could do it in D, I had to write my syntax file using regexes :-(

Re: Evolving the D Language

2023-07-07 Thread Doigt via Digitalmars-d-announce
On Friday, 7 July 2023 at 03:06:28 UTC, Walter Bright wrote: As time moves on, the D language has to evolve as well. What do we do with obsolete and/or problem-causing, legacy features? [...] Yes, I agree with all of this. Thank you.

Re: DIP1044---"Enum Type Inference"---Formal Assessment

2023-04-25 Thread Doigt via Digitalmars-d-announce
This is not good news :-|

Re: Beerconf April 2023

2023-04-16 Thread Doigt via Digitalmars-d-announce
On Sunday, 16 April 2023 at 15:39:01 UTC, Steven Schveighoffer wrote: # BEERCONF! Beerconf for April is happening 2 weeks from now, on the 29-30. The topic is still the same -- D and other stuff. Hope you can all join us! Want a beerconf T shirt? We know you do.

Re: SAOC 2022 Result

2023-02-06 Thread Doigt via Digitalmars-d-announce
Congratulations to everyone!

Re: Qonquest 2 - A simple strategy game written in D

2023-01-25 Thread Doigt via Digitalmars-d-announce
On Thursday, 26 January 2023 at 00:16:09 UTC, Hipreme wrote: WARNING: - Virus scanner activated on windows (but virus free thankfully), try checking if there is some way to not let that happen Keep in mind that most people that is going to play your game is not a computer expert, and

Re: Poll for D Game Dev

2023-01-03 Thread Doigt via Digitalmars-d-announce
On Wednesday, 4 January 2023 at 02:54:51 UTC, Hipreme wrote: Which platform are you targeting? sorry forgot to answer this. I'm targeting the Game Boy Advance, Steam Deck and Linux platforms.

Re: Poll for D Game Dev

2023-01-03 Thread Doigt via Digitalmars-d-announce
On Wednesday, 4 January 2023 at 02:54:51 UTC, Hipreme wrote: 1: Would you be interested in participating in a D game jam? I'm going to promote those in near future with paid prizes (though those are going to require using my engine as its main purpose is making it better). Not really, but I

Re: Beerconf for dconf online 2022

2022-12-15 Thread Doigt via Digitalmars-d-announce
Unfortunately I won't be able to attend most, if not all of, of the event due to having to study for two exams next week. I'll try to be there on evenings, but if not, see you guys in january!

Re: DIP 1043---Shortened Method Syntax---Accepted

2022-09-21 Thread Doigt via Digitalmars-d-announce
On Wednesday, 21 September 2022 at 10:39:27 UTC, Mike Parker wrote: For example: T front() => from; becomes: T front => from; As DIP author, Max decided against this. He said it's not a bad idea, but it's then "inconsistent with other the other syntaxes". If there is a demand for