Continuation of `Having "blessed" 3rd party libraries may make D more popular` DIP thread

monkyyy crazymonkyyy at gmail.com
Thu Jul 3 03:06:53 UTC 2025


On Thursday, 3 July 2025 at 02:21:46 UTC, WraithGlade wrote:
> I don't even know if the dependencies of many third party 
> libraries are even in a form that can actually be shipped.

Im fairly confident that raylib bindings will continue to be 
aviable in some form forever; they are mostly generated and the 
stuff on top like overloads airnt hard to meta program, theres 
like 5 forks.

Adr will continue adr-ing as far as I can tell, idk how he writes 
1k lines a day, even if it isnt code Id write (and dirty secret 
its often oo), its an option; I ended up just using his file 
watching as is when I gave up untangling it. 5 lines of code and 
I had 1 of my wishlist functions api. I found another thru 
phoboes.

Dead code isnt *that* bad, it just means its your problem to fix 
bugs or more likely ignore the docs and test it like a black box, 
but its not going anywhere, you could even keep local copies.

> community book

https://crazymonkyyy.github.io/blackmagic-in-d/

> . In particular, it still remains unclear whether the language 
> and library ecosystem is a stable base to build upon for real 
> software, which remains the central concern.

It is whats there, im at the point where I prefer using compiler 
bugs that I know have been there for years(easily testable using 
dlang.io) over wontfixes (such as delegates)

Rust has its horror stories and c++ is c++; raw unbounded 
templates are not yet realized as the nessery next step for 
generic programming; people are chasing the oo or safety dreams. 
In d we have the simplest syntax and best compiler bugs; all 
while actually compiling fast.

> Do you know what I mean? Anyone else here been through the same 
> struggle as a programmer?

> thinking I'd easily make my own software and games

https://monkyyy.itch.io/temp-whatevers

I has 70 repos

Im very unemployed


More information about the Digitalmars-d mailing list