A game engine programmer.
I suspect AMD's OpenCL driver uses very similar or the same headers. I opted for OpenGL because the subsequent experiments I'm doing interact with graphics, and require indirect dispatch.
It will definitely be useful for something more advanced, thanks! One feature I did not want was register allocation, as I needed full control over it. I figured it would be quicker to roll something custom than wrangle…
I have just reworded the article to be slightly less verbally offensive. "Pervert" stays (as that's only self-deprecating), but "raping" is now "abusing". Yeah, that's still loaded, but please keep in mind that the…
Changed the host, should be fine now.
I admit that I went a bit overboard with the complaints about users, as seen in the out of context quote ;) This was mostly to accentuate that the few folks doing anything about D were (and still are) being ignored or…
Sorry about that, looks like the VPS can't stand about any pressure :<
That latter advantage is true, but D's "header" files are currently impractical. Creating them by hand is a major source of pain, greater than with C/C++. The automatic generation on the other hand is troublesome for at…
> - compilation is slow What I've learned is that people don't really care about full builds when doing large projects. The separation into header and source files means that when you change a source file, only this…
Wrong. D2 has features to ease multi-threaded development, so it's a language 'issue'.
I suspect AMD's OpenCL driver uses very similar or the same headers. I opted for OpenGL because the subsequent experiments I'm doing interact with graphics, and require indirect dispatch.
It will definitely be useful for something more advanced, thanks! One feature I did not want was register allocation, as I needed full control over it. I figured it would be quicker to roll something custom than wrangle…
I have just reworded the article to be slightly less verbally offensive. "Pervert" stays (as that's only self-deprecating), but "raping" is now "abusing". Yeah, that's still loaded, but please keep in mind that the…
Changed the host, should be fine now.
I admit that I went a bit overboard with the complaints about users, as seen in the out of context quote ;) This was mostly to accentuate that the few folks doing anything about D were (and still are) being ignored or…
Sorry about that, looks like the VPS can't stand about any pressure :<
That latter advantage is true, but D's "header" files are currently impractical. Creating them by hand is a major source of pain, greater than with C/C++. The automatic generation on the other hand is troublesome for at…
> - compilation is slow What I've learned is that people don't really care about full builds when doing large projects. The separation into header and source files means that when you change a source file, only this…
Wrong. D2 has features to ease multi-threaded development, so it's a language 'issue'.