I'm investigating if the D programming language will be feasible for HPC. The D newsgroup. The DMD compiler, phobos and druntime are here. The GDC repository, GDC is a D compiler that uses the GCC backend (and DMD frontend). My project Bubbles aims to replicate (and maybe replace) PsimagLite using the D programming language.
The question I want to investigate is if the D Programming Language will be feasible for high-performance computing.
; dmd.conf file for dmd ; Names enclosed by %% are searched for in the existing environment ; and inserted. The special name %@P% is replaced with the path ; to this file. [Environment] DFLAGS=-I%@P%/../software/druntime/import -I%@P%/../software/phobos -L-L%@P%/../software/phobos/generated/linux/release/64