Category Archives: Discussion

On Closures in D

Slow news day for D, but there’s a blog post over at hans-eric.com titled, D doesn’t have real closures. Hans-Eric talks about D’s delegates, how they are similar to closures, and how they aren’t quite real closures because they don’t … Continue reading

Posted in D Programming, Discussion | Leave a comment

Ooops! That’s Not a Feature!

In a recent post, I described a problem with DMD 1.018 and Derelict. I assumed it was a bug with the new compiler. As it turns out, the old behavior was a bug and the compiler is now working as … Continue reading

Posted in Derelict, Discussion | 1 Comment

My New Project

In a recent post I mentioned that I am working on a new project that I will eventually release as open source. I wanted to wait until I had a solid outline of the entire project before I talked about … Continue reading

Posted in Discussion, Gamedev/Games, News, Smoothie | 10 Comments

Making the Move to D

When I first started following D, it was out of curiosity. When I started Derelict (which turned 3 years old last Friday, by the way — Happy Birthday, Derelict!), I did so with the goal of one day using it … Continue reading

Posted in D Programming, Derelict, Discussion | 8 Comments

D is Neither C++ Nor java

Get it in your head right now: D is not C++ and D is not Java! There is a natural tendency when learning a new language to, initially, attempt to use it the same as a language you are more … Continue reading

Posted in Discussion | 1 Comment