Re: On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-23 Thread zjh via Digitalmars-d-announce
On Thursday, 23 December 2021 at 14:48:43 UTC, zjh wrote: every time I visit `https://dlang.org`,it crashes. `wrong`,`https://dlang.org/blog`.

Re: On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-23 Thread Ali Çehreli via Digitalmars-d-announce
On 12/23/21 5:11 PM, zjh wrote: On Thursday, 23 December 2021 at 14:48:43 UTC, zjh wrote: every time I visit `https://dlang.org`,it crashes. `wrong`,`https://dlang.org/blog`. Does the site crash e.g. with an error code or does the browser crash? More information may help debug it. Ali

Re: On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-23 Thread zjh via Digitalmars-d-announce
On Friday, 24 December 2021 at 03:53:07 UTC, Ali Çehreli wrote: Does the site crash e.g. with an error code or does the browser crash? More information may help debug it. Ali Many times, it is estimated that a `JS` is too large to load. Not only did `the browser` crash, but even the

Re: On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-23 Thread Harrison Ford (hatf0) via Digitalmars-d-announce
On Thursday, 23 December 2021 at 12:44:04 UTC, Mike Parker wrote: Steven Schveighoffer has been using D to teach a group of children to program. He wrote about his experience for the D blog. Is D a viable first language? See what Steve has to say about it :-) The blog:

Re: On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-23 Thread zjh via Digitalmars-d-announce
On Thursday, 23 December 2021 at 12:44:04 UTC, Mike Parker wrote: https://dlang.org/blog/2021/12/23/teaching-d-from-scratch-is-it-a-viable-first-language/ every time I visit `https://dlang.org`,it crashes.

On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-23 Thread Mike Parker via Digitalmars-d-announce
Steven Schveighoffer has been using D to teach a group of children to program. He wrote about his experience for the D blog. Is D a viable first language? See what Steve has to say about it :-) The blog: https://dlang.org/blog/2021/12/23/teaching-d-from-scratch-is-it-a-viable-first-language/

blake2-d 0.1

2021-12-23 Thread dd via Digitalmars-d-announce
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 with OpenSSL and these tests are reinforced in unittests. Sadly, HMAC is not yet