Learning the D language
By Danny Arends in D programmingPosted at: 21 Jun 2011, 08:18, last edited: 28 Sep 2012, 13:44
The last couple of weeks I've been trying to learn a new programming language, called D. This language has a lot of nice features. But most importantly is that its structure is a lot like C and C++ which is my normal language. I've been testing D's features by doing some basic programs: a small httpserver, a file reader and because supports native interfacing to C code I had a way to easily bind OpenGL, and other DLLs or SO.
This all made me smile, you can view the results of my tinkerings in D at github: https://github.com/DannyArends/D-coding
Last modified: 28 Sep 2012, 13:44 | Edit