Re: short guide on getting started with D

2023-04-06 Thread cgenie via Digitalmars-d-learn
On Wednesday, 5 April 2023 at 05:52:33 UTC, thinkunix wrote: Thank you for these remarks! My observations: #1 typo: After that, add this meso.build file: "meso.build" should be "meson.build" Fixed. #2 Does it matter where the dlang = import... block goes in the meson.build file? I add

Re: What do you think about using Chat GPT to create functions in D?

2023-04-03 Thread cgenie via Digitalmars-d-learn
I once tested ChatGPT to generate Common Lisp code (a simple Redis client). They had a warning that this is not a code generation tool nevertheless it tried to do so. All the code it had was incorrect: it imported foreign libraries that didn't exist and when I complained about it, it apologized

short guide on getting started with D

2023-04-03 Thread cgenie via Digitalmars-d-learn
Hello, I created a short guide on getting started with D: https://blog.mmksoft.uk/#A%20short%20guide%20on%20getting%20started%20with%20D%20programming This is because I recently I started to explore the language and, having read the forum, I see DUB being discouraged quite often. I would ap