Re: What previews should I enable?

2025-05-29 Thread Sergey via Digitalmars-d-learn
On Friday, 30 May 2025 at 00:31:56 UTC, luafyn wrote: Hi everyone, so dmd includes several -preview flags and I was wondering if there were any that are recommended to enable? I think no I like using the most up to date stuff possible so I've actually been using -preview=all and it seems to w

Re: What previews should I enable?

2025-05-29 Thread Jonathan M Davis via Digitalmars-d-learn
On Thursday, May 29, 2025 6:31:56 PM Mountain Daylight Time luafyn via Digitalmars-d-learn wrote: > Hi everyone, so dmd includes several -preview flags and I was > wondering if there were any that are recommended to enable? > > I like using the most up to date stuff possible so I've actually > bee

Re: What previews should I enable?

2025-05-29 Thread monkyyy via Digitalmars-d-learn
On Friday, 30 May 2025 at 00:31:56 UTC, luafyn wrote: Hi everyone, so dmd includes several -preview flags and I was wondering if there were any that are recommended to enable? I like using the most up to date stuff possible so I've actually been using -preview=all and it seems to work alright,

What previews should I enable?

2025-05-29 Thread luafyn via Digitalmars-d-learn
Hi everyone, so dmd includes several -preview flags and I was wondering if there were any that are recommended to enable? I like using the most up to date stuff possible so I've actually been using -preview=all and it seems to work alright, but then I hit a weird issue with sumtypes and -previ

Re: The RSA encryption algorithm implemented in D, free to be used by anyone

2025-05-29 Thread Murilo via Digitalmars-d-learn
On Thursday, 29 May 2025 at 08:30:39 UTC, Dom DiSc wrote: On Thursday, 29 May 2025 at 01:50:51 UTC, Murilo wrote: I've written a code in D which implements the RSA algorithm, so that others may learn how to do it. Here is the link: You messed up the link (the parentheses are wrong somehow).

Re: The RSA encryption algorithm implemented in D, free to be used by anyone

2025-05-29 Thread Dom DiSc via Digitalmars-d-learn
On Thursday, 29 May 2025 at 01:50:51 UTC, Murilo wrote: I've written a code in D which implements the RSA algorithm, so that others may learn how to do it. Here is the link: You messed up the link (the parentheses are wrong somehow). This works: https://github.com/MuriloMir/RSA-algorithm