D language is powerful language for competitive programming, and I want to use. Sadly, user isn't so many, so I can't claim that this is important issue. The number of user is 14-th by go-hero: https://www.go-hero.net/jam/17/languages.
D-Language have 3 compiler, DMD, LDC, and GDC. LDC: I believe that LDC is best choice for judge server of competitive programming(Extremely Fast, and can handle moderate new version of language) LDC can be downloaded from github release page: https://github.com/ldc-developers/ldc/releases, and '/your/download/path/ldc2-1.15.0-linux-x86_64/bin/ldc2' is LDC compiler. In addition, I find package in stretch-backports, but I don't know the difference between stretch and stretch-backports. https://packages.debian.org/stretch-backports/ldc Compile command='ldc2 -O -release source.d' GDC: Actually, GDC is not good choice for user, because GDC's language version is 2.068.2, it is 3,4 years ago. But I can find package in stretch, so if the install of GDC is most easy for server, I think GDC is also okey. https://packages.debian.org/stretch/gdc Compile command='gdc -O -frelease source.d' DMD: DMD is official compiler of D language. I can find package, but it can downloaded from this site: https://dlang.org/download.html#dmd Compile command='dmd -O -release -inline source.d' -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/8846da33-7599-41fa-9dba-913274b44621%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
