← All ramblings
Rambling

Learning a new language

Something I haven't really done for a long time - I'm learning a new programming language - D ( www.dlang.org ). I'm very impressed so far - it's got a nice…

Something I haven’t really done for a long time - I’m learning a new programming language - D (www.dlang.org). I’m very impressed so far - it’s got a nice standard library that includes a number of things missing from the C++ standard library, and the language design is cleaner than C++ while still providing most if not all of the C++ benefits. I’ll post more when I get past hello world…