On Sunday, 11 January 2015 at 13:01:36 UTC, Gary Willoughby wrote:
Could D compete in a competition like this?
"In a nutshell: We give you a bunch of ranked 2D points, then
ask you to find the most important ones inside some randomly
generated rectangles. Easy, right? Now make it fast, and you
could get $5K!"
http://churchillnavigation.com/challenge/
Can D produce Windows DLL's?
Yes. You can do it with DUB, just provide a .def file in your
sourceFiles and use "targetType": "dynamicLibrary".
Example:
https://github.com/p0nce/dplug/blob/master/examples/distort/dub.json