[2826] in Software_Announce
gdc D compiler installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Fri May 2 18:16:01 2008
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU
Date: Fri, 02 May 2008 18:15:52 -0400
From: Alex T Prengel <alexp@MIT.EDU>
I've installed gdc on Athena for Linux (it won't compile on Suns)-
this is the gcc-based compiler for the D programming language. D is a
new language in the C/C++/C# family. Basic usage:
add d
gdc <options> myfile.d or
gdmd <options> myfile.d
gdmd is a wrapper to emulate the command-line options for the dmd compiler
in gdc.
There are pointers to documentation and more detailed information at
http://web.mit.edu/d_v1.020/README.athena
Alex