Re: my d blog has idea of effect system to replace @nogc etc

2022-08-16 Thread jmh530 via Digitalmars-d-announce
On Monday, 15 August 2022 at 15:08:01 UTC, Adam D Ruppe wrote: [...] It's one of those things where it is better for learning a language when there are a smaller number of orthogonal features that can be built up into more complex things. @safe, pure, etc. are good, but feel a bit hackish

Re: New WIP DUB documentation

2022-08-16 Thread jmh530 via Digitalmars-d-announce
On Monday, 15 August 2022 at 21:32:23 UTC, WebFreak001 wrote: Hi all, I'm currently working on new revamped DUB documentation, check it out if you want, it currently contains most old documentation plus a big bunch of new documentation: [...] Looks go to be a big improvement. Some of the

Re: my d blog has idea of effect system to replace @nogc etc

2022-08-16 Thread Adam D Ruppe via Digitalmars-d-announce
On Tuesday, 16 August 2022 at 14:57:04 UTC, Guillaume Piolat wrote: I know it isn't really related, but currently on DUB there is 4 different @nogc nothrow string library, -betterC or not, friendly licence or not, with various tradeoffs, and I'm about to add another one. Yeah. I think some

Re: my d blog has idea of effect system to replace @nogc etc

2022-08-16 Thread rikki cattermole via Digitalmars-d-announce
On 17/08/2022 3:05 AM, Guillaume Piolat wrote: On Tuesday, 16 August 2022 at 15:01:05 UTC, rikki cattermole wrote: But one key difference is it is designed to work with the GC even if it is -betterC @nogc @safe nothrow. How do you do that? Via dub's injectSourceFiles (that I added).

Re: my d blog has idea of effect system to replace @nogc etc

2022-08-16 Thread Guillaume Piolat via Digitalmars-d-announce
On Tuesday, 16 August 2022 at 15:01:05 UTC, rikki cattermole wrote: But one key difference is it is designed to work with the GC even if it is -betterC @nogc @safe nothrow. How do you do that?

Re: my d blog has idea of effect system to replace @nogc etc

2022-08-16 Thread rikki cattermole via Digitalmars-d-announce
And I'm building another. Allocators already working, tons of Unicode stuff implemented. Working on string builders atm. But one key difference is it is designed to work with the GC even if it is -betterC @nogc @safe nothrow.

Re: my d blog has idea of effect system to replace @nogc etc

2022-08-16 Thread Guillaume Piolat via Digitalmars-d-announce
On Monday, 15 August 2022 at 15:08:01 UTC, Adam D Ruppe wrote: In my blog this week, I described an idea I've had percolating in my brain for a bit about a user-defined effect system that could potentially move nogc, safe, pure, etc to library aliases - which would let you combine them as a

Re: DConf '22 Livestream Links -- Day 3 Video Links

2022-08-16 Thread zjh via Digitalmars-d-announce
On Tuesday, 16 August 2022 at 11:42:15 UTC, Steven Schveighoffer wrote: I assume at some point the slides and edited videos will be available. -Steve Thank all of you man! They are all good slides.

Re: DConf '22 Livestream Links -- Day 3 Video Links

2022-08-16 Thread Steven Schveighoffer via Digitalmars-d-announce
On 8/15/22 11:38 PM, zjh wrote: On Tuesday, 9 August 2022 at 18:01:13 UTC, Steven Schveighoffer wrote: ... No ppt? I did not do anything special, just used the youtube interface to link to specific points in the live stream. I assume at some point the slides and edited videos will be

Re: New WIP DUB documentation

2022-08-16 Thread WebFreak001 via Digitalmars-d-announce
On Tuesday, 16 August 2022 at 08:13:08 UTC, Sönke Ludwig wrote: Looking good, having SDL+JSON on the same page is especially nice and something I've been wanting to fix for a while. Also definitely a good idea to use a static generator now that the documentation is separate. One question,

Re: New WIP DUB documentation

2022-08-16 Thread JG via Digitalmars-d-announce
On Monday, 15 August 2022 at 21:32:23 UTC, WebFreak001 wrote: Hi all, I'm currently working on new revamped DUB documentation, check it out if you want, it currently contains most old documentation plus a big bunch of new documentation: [...] Looks really great. Thanks for doing this.

Re: New WIP DUB documentation

2022-08-16 Thread Sönke Ludwig via Digitalmars-d-announce
Looking good, having SDL+JSON on the same page is especially nice and something I've been wanting to fix for a while. Also definitely a good idea to use a static generator now that the documentation is separate. One question, though - do you generate the CLI documentation from the DUB