Re: D Language Foundation Monthly Meeting Summary for December 2022

2023-01-23 Thread Siarhei Siamashka via Digitalmars-d-announce
On Saturday, 21 January 2023 at 04:29:28 UTC, Mike Parker wrote: Robert thinks Rust has won that game. We're the second person to the moon. Do you mean second to last? The safety offered by D language currently only looks good when compared to C/C++, but is worse than pretty much any of the

Re: Dlings first release

2023-01-23 Thread João Lourenço via Digitalmars-d-announce
On Monday, 23 January 2023 at 13:29:09 UTC, Andrew wrote: On Monday, 23 January 2023 at 10:21:04 UTC, João Lourenço wrote: [...] This looks like a good start, and I'm excited that the community as a whole is finally starting to orient itself towards beginners, since that's where most of the

Re: D Language Foundation Monthly Meeting Summary for December 2022

2023-01-23 Thread Hipreme via Digitalmars-d-announce
On Monday, 23 January 2023 at 21:26:56 UTC, H. S. Teoh wrote: On Mon, Jan 23, 2023 at 08:43:03PM +, Adam D Ruppe via Digitalmars-d-announce wrote: On Monday, 23 January 2023 at 20:06:46 UTC, H. S. Teoh wrote: > There should be a tool for auto-generating JS wrappers, > perhaps even HTML

Re: D Language Foundation Monthly Meeting Summary for December 2022

2023-01-23 Thread H. S. Teoh via Digitalmars-d-announce
On Mon, Jan 23, 2023 at 08:43:03PM +, Adam D Ruppe via Digitalmars-d-announce wrote: > On Monday, 23 January 2023 at 20:06:46 UTC, H. S. Teoh wrote: > > There should be a tool for auto-generating JS wrappers, perhaps even > > HTML snippets, so that a user literally can just write: > > > >

Re: D Language Foundation Monthly Meeting Summary for December 2022

2023-01-23 Thread Ali Çehreli via Digitalmars-d-announce
On 1/23/23 12:06, H. S. Teoh wrote: > `.parallel` -- it's basically zero cost. And for script-like helper > utilities, .parallel is just the thing you need to get the job done in > the shortest amount of time possible. No need for anything more > elaborate. Yes! :) As a heads up to those who

Re: D Language Foundation Monthly Meeting Summary for December 2022

2023-01-23 Thread Adam D Ruppe via Digitalmars-d-announce
On Monday, 23 January 2023 at 20:06:46 UTC, H. S. Teoh wrote: There should be a tool for auto-generating JS wrappers, perhaps even HTML snippets, so that a user literally can just write: import std; // OK, maybe import std.wasm or something void main() { writeln("Hello,

Re: D Language Foundation Monthly Meeting Summary for December 2022

2023-01-23 Thread H. S. Teoh via Digitalmars-d-announce
On Sat, Jan 21, 2023 at 04:29:28AM +, Mike Parker via Digitalmars-d-announce wrote: [...] > __CTFE writeln__ > > Razvan next brought up [a PR to implement a `__ctfeWriteln` > built-in](https://github.com/dlang/dmd/pull/12412). It was currently > stalled and needed Walter's approval. Walter

Re: D Contributor Tutorials Part 1 - Building the Compiler From Source - Windows

2023-01-23 Thread Nick Treleaven via Digitalmars-d-announce
On Sunday, 22 January 2023 at 12:51:53 UTC, Nick Treleaven wrote: sppn.exe src\core\stdc\errno.c -HIsrc\importc.h -ED -oerrno.i -I. Error: C preprocess command sppn.exe failed for file src\core\stdc\errno.c, exit status 1 failed launching sppn.exe src\core\stdc\errno.c -HIsrc\importc.h -ED

Re: Dlings first release

2023-01-23 Thread João Lourenço via Digitalmars-d-announce
On Monday, 23 January 2023 at 10:21:04 UTC, João Lourenço wrote: [...] Topics from dingbats are here: https://raw.githubusercontent.com/crazymonkyyy/dingbats/master/.dev/curriculum.md

Dlings first release

2023-01-23 Thread João Lourenço via Digitalmars-d-announce
I started working on this project a while ago. It all began with a discussion between me and a coworker. From time to time I announce D at work. I also tried to push some of my coworkers to try it, but haven't had much success, perhaps I'm just a terrible salesman. One of them seems to

Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-23 Thread Rey Valeza via Digitalmars-d-announce
On Monday, 23 January 2023 at 08:08:02 UTC, Lars Johansson wrote: On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote: Hi, I just uploaded a second edition of the tutorial I uploaded on Github last year. Here is the link:

Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-23 Thread Rey Valeza via Digitalmars-d-announce
On Monday, 23 January 2023 at 07:33:15 UTC, Antonio wrote: On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote: Hi, I just uploaded a second edition of the tutorial I uploaded on Github last year. Here is the link:

Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-23 Thread Rey Valeza via Digitalmars-d-announce
On Monday, 23 January 2023 at 03:47:53 UTC, Tejas wrote: On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote: Hi, I just uploaded a second edition of the tutorial I uploaded on Github last year. Here is the link:

Re: Dlings first release

2023-01-23 Thread Andrew via Digitalmars-d-announce
On Monday, 23 January 2023 at 10:21:04 UTC, João Lourenço wrote: I started working on this project a while ago. It all began with a discussion between me and a coworker. From time to time I announce D at work. I also tried to push some of my coworkers to try it, but haven't had much success,

Re: Dlings first release

2023-01-23 Thread Sergey via Digitalmars-d-announce
On Monday, 23 January 2023 at 10:21:04 UTC, João Lourenço wrote: [1] https://github.com/rust-lang/rustlings [2] https://github.com/iK4tsu/dlings [3] https://github.com/crazymonkyyy/dingbats Thank you! Also worth to mentioned https://github.com/ratfactor/ziglings Maybe some ideas and examples

Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-23 Thread Lars Johansson via Digitalmars-d-announce
On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote: Hi, I just uploaded a second edition of the tutorial I uploaded on Github last year. Here is the link: https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf Thanks! I I'm stuck in