DEV Community

Discussion on: What are your favorite less-common programming languages?

Collapse
 
andygeorge profile image
Andy George (he/him) • Edited

"Less common" is really subjective.

Agree 1000%

D programming language as a "better C++ than C++".

Shit, that sounds great. I need to learn D.

Collapse
 
eljayadobe profile image
Eljay-Adobe

D overview to get you started. There are 3 compilers available, GCC (gcd), LLVM (ldc, the one I usually use), and from the creators of the language DMD. They're available for most platforms.