I've been reading the D Cookbook and near the beginning there's the following sentence:
D is binary compatible with C, but not source compatible.
SAS allows users to define and call C functions from within SAS. But I'm wondering, would it'd also be possible to do this from D?
I found Adam Ruppe's answer to create a DLL here, and I tried using that to create the DLL example from the SAS documentation; however, whenever I go to call it, the dll gets loaded, and then SAS proceeds to crash (without any crash log that I can find).