Comment by WalterBright
Comment by WalterBright 2 months ago
I receive $0 compensation for working on the D compiler. It's Boost licensed. Everyone is free to use it for whatever they want, and the source code is free to use, too.
I'm fully aware of what I'm doing :-)
The D Language Foundation is a non-profit, has expenses, and is funded by donations. None of it goes to me.
Thank you! I needed a robust algo to enumerate loops in directed multigraphs, and found an implementation of Hawick's algorithm in D. Instead of writing my own implementation in the language I use, I decided to just compile the code I found and call the binary. Went super-smoothly, even though I had never used D. Great work!