Hacker News new | ask | show | jobs
by rukantos 4781 days ago
D already has decent IDE. -Visual D (VS Add In) -DDT (Eclipse Add In) -Mono-D (Mono-Develop Add In)

I recommend you use Mono-D or Visual D. and, D has great parallelism and SIMD support in standard library. http://dlang.org/phobos/std_parallelism.html http://dlang.org/phobos/core_simd.html

Let's try!