Monthly Archives: June 2006

Recls 1.81 Released

Matthew Wilson popped back in to D-Land long enough to announce a new release of his “recursive ls” library. The short list of fixes/changes from the NG post: Notable additions to core are: + supports “~” for representing home directory … Continue reading

Posted in News | Leave a comment

More on Policies

A limitation that I quickly ran into with my attempt at templated, inherited policies was D’s lack of support for multiple inheritance. Normally, I have no need for MI, but this is one case where it would have been neat … Continue reading

Posted in Discussion | 1 Comment

Policy-based Design in D

I’m still a noob when it comes to templates in D (and in C++ for that matter). I have a basic understanding of what’s possible, but when people post complex templates on the NG I’m always left scratching my head. … Continue reading

Posted in Discussion | 8 Comments

Enki 1.1

Eric Anderton has announced Enki 1.1. From his NG post: Enki 1.1 Changes:- enhancement: semantic analysis of binding types by search is now indeclaration order- bug: repeated binding declarations in generated parser- bug: binding names were output as ‘bind_x’ in … Continue reading

Posted in News | Leave a comment

Arc 2D Game Library

Clay Smith has announced the first release of his Arc 2D Game Library. Arc is written in D on top of OpenGL and SDL. Additionally, he has published two Arc tutorials at DMedia (1, 2). Good work, Clay! Technorati Tags: … Continue reading

Posted in Gamedev/Games, News | Leave a comment