Are there any examples of forks going in a different direction than the original and being (more) successful?
OpenD, a D language fork that is open to your contributions
81–90 of 322 posts
Re: OpenD, a D language fork that is open to your contributions
#82Re: OpenD, a D language fork that is open to your contributions
#83Are there any examples of forks going in a different direction than the original and being (more) successful?
X.Org. (if you know what X is, you are familiar with X.Org, which is a fork of XFree86) Chromium is a fork of Webkit which is a fork of KHTML. If you use a web browser, that browser is either Firefox or a fork (of a fork) of KHTML. I don't know what percentage of Chromium/Webkit users have heard of KHTML, but I'd recon it's on the order of 1%. mplayer used to be a very popular, very good media player, mostly for linu…
Firefox is also a fork of Mozilla (later renamed to Mozilla Suite, itself forked into Seamonkey[0] when Firefox became the main browser the Mozilla Foundation decided to stop developing the Mozilla Suite).
Re: OpenD, a D language fork that is open to your contributions
#84Re: OpenD, a D language fork that is open to your contributions
#85D is such a sad case of how a good technical product can fail due to poor leadership and decision making. A language is more than just a compiler, it's also an ecosystem and a community. D's community is actually very welcoming but man, watch some of the DConf videos and Q&As on Youtube and it's cringe seeing key leaders talking down to people, or dismissing people's concerns, or just have this ego about themselves l…
I think the fundamental problem with D is much simpler than that, it's the technical context. D is a better C++, but it's not better enough to escape the gravitational pull of C++. Rust is sufficiently compelling, with its focus on memory safety.
Not quite. The problem with D is that it was a better C++ than C++98.
In the meantime the C++ world woke up from it's freeze and the standardization process started addressing the requests from the C++ community. Consequently once C++11 was out and work picked up on following standard versions, D ceased to have a selling point.
Re: OpenD, a D language fork that is open to your contributions
#86Earlier quoted context omitted.
Rust is a really frustrating language for me: I understand the safety it provides but find the pain of actually using it makes it uncompelling. Plus, the Rewrite it in Rust movement is very off-putting
Rust is a frustrating language for me too. I never saw the need for it, really. I just stuck with the language constructs in C++ that makes it basically impossible for memory leaks/use after free/use outside of bounds to occur or if they do occur, explode loudly in debug environments. I haven't used new/delete in a personal project in like a decade; longer than Rust has been around. Now I'm working on a project where…
Re: OpenD, a D language fork that is open to your contributions
#87My research group left D for Rust several years ago due to nonresponsiveness and poor language development trajectory. While I wish Adam and the others success with OpenD, I hope they can take the opportunity to pick a more unique/memorable name.
LiberateD FreeD
Too bad it's not focused on a windowing system, they could go with Dfenestration :)
Re: OpenD, a D language fork that is open to your contributions
#88There's a big thread about this on the D forums: https://forum.dlang.org/thread/beykokfitddfdsjyqjjy@forum.dl...
sounds from this like the people forking basically want a different language, for which they're willing to make a number of breaking changes.
Re: OpenD, a D language fork that is open to your contributions
#89[flagged]
Full open source is what allows others to fork it without any licensing issues.
Re: OpenD, a D language fork that is open to your contributions
#90D is such a sad case of how a good technical product can fail due to poor leadership and decision making. A language is more than just a compiler, it's also an ecosystem and a community. D's community is actually very welcoming but man, watch some of the DConf videos and Q&As on Youtube and it's cringe seeing key leaders talking down to people, or dismissing people's concerns, or just have this ego about themselves l…