September 09
On Thursday, 7 September 2023 at 18:31:10 UTC, ryuukk_ wrote:
>> Ideas for new features for D have been deferred for the time being
>
> This is the saddest thing ever, i've been waiting for tagged union / tuple since forever
>
> IVY = bureaucracy + religion, recipe for disaster, and we are already seeing the effects: the language is now in a deep freeze state

On a project of D's size and scope, there is no such thing as "no bureaucracy." The only choice is between explicit, formal bureaucracy that's been designed intentionally; and implicit, informal bureaucracy that's been designed by accident.

What we currently have is the implicit, informal kind of bureaucracy, which has all the disadvantages (hard to get things done) without any of the potential advantages (easy to keep track of what's being done and who's responsible). Moving away from this towards a more explicit system should be an easy win.
September 09
On Saturday, 9 September 2023 at 17:27:05 UTC, Paul Backus wrote:
> On Thursday, 7 September 2023 at 18:31:10 UTC, ryuukk_ wrote:
>>> Ideas for new features for D have been deferred for the time being
>>
>> This is the saddest thing ever, i've been waiting for tagged union / tuple since forever
>>
>> IVY = bureaucracy + religion, recipe for disaster, and we are already seeing the effects: the language is now in a deep freeze state
>
> On a project of D's size and scope, there is no such thing as "no bureaucracy." The only choice is between explicit, formal bureaucracy that's been designed intentionally; and implicit, informal bureaucracy that's been designed by accident.
>
> What we currently have is the implicit, informal kind of bureaucracy, which has all the disadvantages (hard to get things done) without any of the potential advantages (easy to keep track of what's being done and who's responsible). Moving away from this towards a more explicit system should be an easy win.

I don't buy any of this, this is just a way to distance yourself from the people who actually use the language and want to solve problems, what tools are in there for those who don't want to use EH/GC? nothing, does IVY has the answer? does IVY people know how to program in C, do they know what competition is doing?

Tuple DIP predates this IVY thing, what are the excuses
September 09
On Saturday, 9 September 2023 at 19:06:24 UTC, ryuukk_ wrote:
> On Saturday, 9 September 2023 at 17:27:05 UTC, Paul Backus wrote:
>>
>
> I don't buy any of this, this is just a way to distance yourself from the people who actually use the language and want to solve problems,

You seriously think that's what they are doing?

Why?
September 09
On Saturday, 9 September 2023 at 19:06:24 UTC, ryuukk_ wrote:
>
> Tuple DIP predates this IVY thing, what are the excuses

This is exactly my point. The Tuple DIP has been around for years under the pre-IVY system, with almost no progress. Clearly, the pre-IVY system is not doing a very good job here!

I have no attachment to IVY in particular, but we're going to have to try *something* new if we want things to change.
September 10
On Saturday, 9 September 2023 at 19:06:24 UTC, ryuukk_ wrote:
> On Saturday, 9 September 2023 at 17:27:05 UTC, Paul Backus wrote:
>> On Thursday, 7 September 2023 at 18:31:10 UTC, ryuukk_ wrote:
>>>> Ideas for new features for D have been deferred for the time being
>>>
>>> This is the saddest thing ever, i've been waiting for tagged union / tuple since forever
>>>
>>> IVY = bureaucracy + religion, recipe for disaster, and we are already seeing the effects: the language is now in a deep freeze state
>>
>> On a project of D's size and scope, there is no such thing as "no bureaucracy." The only choice is between explicit, formal bureaucracy that's been designed intentionally; and implicit, informal bureaucracy that's been designed by accident.
>>
>> What we currently have is the implicit, informal kind of bureaucracy, which has all the disadvantages (hard to get things done) without any of the potential advantages (easy to keep track of what's being done and who's responsible). Moving away from this towards a more explicit system should be an easy win.
>
> I don't buy any of this, this is just a way to distance yourself from the people who actually use the language and want to solve problems, what tools are in there for those who don't want to use EH/GC? nothing, does IVY has the answer? does IVY people know how to program in C, do they know what competition is doing?
>
> Tuple DIP predates this IVY thing, what are the excuses

For the moment EH is a problem, but it's known problem, and one that was discussed at length at DConf. From what I gathered Walter wants to move in the direction of a Herb Sutter style system where exceptions are returned up the stack silently via a shadow value in the return statement. It's actually a pretty elegant solution. It's not here now because of the pause, but it's coming because Walter wants it.

GC. Two points.

First there is @nogc and -vgc. Turn those on and the GC won't run. If your contention is that you want to use some parts of the language that use the GC, well, frankly, that's just too bad, your choices are either don't use those parts or submit a PR to rewrite those bits to not use the GC. Fortunately most of Phobos is available without the GC so I don't really see what the problem is.

Second, if your contention is that the GC *exists at all* and that's bad and it should be removed... I have bad news. I asked Walter whether or not he would ever sanction removing the GC and his answer was "Never. GC code is inherently memory safe code." which means that as memory safety is one of D's key selling points, the GC is here to stay. In fact there are efforts underway to improve the performance of the GC considerably.

Tools exist to disable the GC at runtime, if you don't want the GC, use them. The rest of us will happily go on using the GC and this is a non-issue.
September 10
On 10/09/2023 2:12 PM, Adam Wilson wrote:
> For the moment EH is a problem, but it's known problem, and one that was discussed at length at DConf. From what I gathered Walter wants to move in the direction of a Herb Sutter style system where exceptions are returned up the stack silently via a shadow value in the return statement. It's actually a pretty elegant solution. It's not here now because of the pause, but it's coming because Walter wants it.

I want it as well, and have done work towards it.

https://github.com/rikkimax/DIPs/blob/value_type_exceptions/DIPs/DIP1xxx-RC.md

It needs sumtypes to be a complete design, which is the current sticking point.
September 10
https://www.digitalmars.com/d/archives/digitalmars/D/D_has_become_unbearable_and_it_needs_to_stop_369162.html
September 10

On Monday, 4 September 2023 at 22:39:53 UTC, claptrap wrote:

>

Seriously you think Ucora were at DConf for publicity?

I mean you really think that?

You really think Ucora had a meeting and came to the conclusion that training the DLF people for free and sending Saeed (spelling?) to dconf was a cost effective way to reach new customers?

mind blowing

Even if that's why they were there I thought it was acceptable and within the norms of programming conferences. It's no different than Symmetry getting their name plastered all over the place at the conference. And I've been to plenty of conferences that were far more "commercialized" than this was.

My personal view of IVY was more along the lines of mild bemusement. If you understand what it is and what it's doing then you probably don't need it and find the entire concept to be a somewhat overwrought version of "Know thyself". It's a tool that has utility to people who've never done anything like it before. If it helps DLF, it's no skin off my nose. But it's certainly not a cult.

September 10

On Sunday, 10 September 2023 at 08:57:37 UTC, Adam Wilson wrote:

>

On Monday, 4 September 2023 at 22:39:53 UTC, claptrap wrote:

>

Seriously you think Ucora were at DConf for publicity?

I mean you really think that?

You really think Ucora had a meeting and came to the conclusion that training the DLF people for free and sending Saeed (spelling?) to dconf was a cost effective way to reach new customers?

mind blowing

Even if that's why they were there I thought it was acceptable and within the norms of programming conferences.

They could have just spent the money on youtube ads, reached 10x as many people and targeted people who actually might be interested in it.

>

My personal view of IVY was more along the lines of mild bemusement. If you understand what it is and what it's doing then you probably don't need it and find the entire concept to be a somewhat overwrought version of "Know thyself". It's a tool that has utility to people who've never done anything like it before. If it helps DLF, it's no skin off my nose. But it's certainly not a cult.

Tbh the presentation seemed lacking in substance to me. "The truth about D" was not an accurate name for the talk and there was no real explanation of how IVY would help D. Thats actually what people wanted to know, how is IVY going to help D.

I think most people are still non the wiser on that point.

September 10

I don't see them as a cult and I like the direction DLF has chosen to be honest.
One of D's biggest critics was that it's features aren't stable and not deprecating code is the best choice so far.
The other main critic was that D is too buggy and taking the time to fix them is paramount to have a good user experience.

In my eyes, D contributors can even take another year for bug fixing before reintroducing features.

So all in all I'm proud of the DLF team & Ivy in what they achieved so far.