Re: argparse version 0.7.0 - a CLI parsing library

2022-03-14 Thread Luís Ferreira via Digitalmars-d-announce
Daaamn. I planned to make a decent library for argument parsing, but apparently it is already there. This is such a nice work! I'm going to try this out and give some feedback :) On Mon, 14 Mar 2022, 03:10 Andrey Zherikov via Digitalmars-d-announce, < digitalmars-d-announce@puremagic.com> wrote:

Re: blake2-d 0.1

2021-12-27 Thread Luís Ferreira via Digitalmars-d-announce
On Thu, 2021-12-23 at 19:11 +, dd via Digitalmars-d-announce wrote: > Hey people, > > I'm announcing my implementation of the BLAKE2 hashing algorithm > package at > > https://github.com/dd86k/blake2-d > > blake2-d supports (so far) the b and s variants at version > v0.1.0. Tested results

Re: D Language Foundation Monthly Meeting, December 2021

2021-12-27 Thread Luís Ferreira via Digitalmars-d-announce
Great news that we are moving forward with Bugzilla migration. Would be great to be in sync with the LLVM team, especially with Anton Korobeynikov, which is who was behind the whole process. You can find him on @aKor_ at libera.chat IRC or #llvm channel. You can find his email on the llvm-dev

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

2021-12-04 Thread Luís Ferreira via Digitalmars-d-announce
On Tue, 2021-11-30 at 19:37 +, Iain Buclaw via Digitalmars-d- announce 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. > > As the D front-end for GDC is now itself

Re: Classes in D with betterC

2021-11-26 Thread Luís Ferreira via Digitalmars-d-announce
On Fri, 2021-11-26 at 05:53 +, workman via Digitalmars-d-announce wrote: > If you can only create C++ class object but can not destroy them, > and can not support dynamic cast,  then C++ class object is not > working. > > Maybe the title could be "You can use C++ in betterC but they are >

Re: Classes in D with betterC

2021-11-23 Thread Luís Ferreira via Digitalmars-d-announce
On Tue, 2021-11-23 at 05:25 +, Stanislav Blinov via Digitalmars-d- announce wrote: > Have I? The article is named "Classes in D with betterC", the > preface states "Did you know that you can use classes in D as > better C? Yes, you read correctly, you can actually use classes > in D with

Re: Classes in D with betterC

2021-11-22 Thread Luís Ferreira via Digitalmars-d-announce
On Mon, 2021-11-22 at 03:36 +, Stanislav Blinov via Digitalmars-d- announce wrote: > On Sunday, 21 November 2021 at 20:30:51 UTC, Luís Ferreira wrote: > > > I decided to have a simple approach just to show that it is > > easier now to do that without workarounds, and by workarounds, > > I

Re: Classes in D with betterC

2021-11-22 Thread Luís Ferreira via Digitalmars-d-announce
On Mon, 2021-11-22 at 00:49 +, zjh via Digitalmars-d-announce wrote: > On Sunday, 21 November 2021 at 20:32:24 UTC, Luís Ferreira wrote: > > > Great! > > I usually translate without asking the author's permission. > It is fine to do it :) -- Sincerely, Luís Ferreira @ lsferreira.net

Re: Classes in D with betterC

2021-11-21 Thread Luís Ferreira via Digitalmars-d-announce
On Sat, 2021-11-20 at 06:15 +, Stanislav Blinov via Digitalmars-d- announce wrote: > On Saturday, 20 November 2021 at 05:37:42 UTC, rikki cattermole > wrote: > > And then there are issues such as > > https://issues.dlang.org/show_bug.cgi?id=21416 which killed off > > any chance of me using

Re: DConf Online 2021 Links

2021-11-21 Thread Luís Ferreira via Digitalmars-d-announce
On Sun, 2021-11-21 at 20:18 +, Brian Callahan via Digitalmars-d- announce wrote: > On Friday, 19 November 2021 at 10:10:11 UTC, Mike Parker wrote: > > The DConf Online 2021 talks and livestreams are set and ready > > to go at their appointed times this weekend. All the links [are > >

Re: Classes in D with betterC

2021-11-21 Thread Luís Ferreira via Digitalmars-d-announce
On Sat, 2021-11-20 at 08:04 +, tsbockman via Digitalmars-d-announce wrote: > On Saturday, 20 November 2021 at 04:58:52 UTC, Walter Bright > wrote: > > https://lsferreira.net/posts/zet-1-classes-betterc-d/ > > > > by Luís Ferreira > > Great! `__traits(initSymbol, T)` will solve some problems

Re: sha3-d

2021-10-29 Thread Luís Ferreira via Digitalmars-d-announce
On Fri, 2021-10-29 at 15:13 +, dd via Digitalmars-d-announce wrote: > Hello all! > > When I submitted my work to Phobos[1] earlier this year, it was > rejected. (Understandably) > > So I made a DUB package and forgot to announce it here! > > Package: https://code.dlang.org/packages/sha3-d