Hacker News new | ask | show | jobs
by amelius 998 days ago
Question: does D-lang use LLVM under the hood?
1 comments

D has 3 main compiler implementations. One, LDC, is based on LLVM: https://github.com/ldc-developers/ldc

GDC is based on GCC: https://github.com/D-Programming-GDC/gdc

DMD is stand-alone: https://github.com/dlang/dmd