Archive for January, 2008

mysql_binding Updated for Linux

Friday, January 11th, 2008

Manfred Hansen has updated mysql_binding for Linux. This works with the 2.x branch of DMD or GDC configured with –d-language-version=2.

Technorati Tags: , ,

D/Objective-C Bridge 0.2

Friday, January 11th, 2008

Michel Fortin has announced a new version of the D/Objective-C Bridge. From the NG announcement:

* Now compiles and work correctly on Macs with Intel processors.
* Reduced the number of functions involved in the the function/method
call bridge to reduce the noise when looking at the call stack
from the debugger.
* Dramatically reduced the size of the templates that need to be
instanciated at import time. As a result, compiling a module that
include the Cocoa class wrappers (including compiling the wrapper
themselves) is much faster now.
* Added wrappers for many classes from the Cocoa framework (many of them are still incomplete or subject to change).

Technorati Tags: , ,

Learn to Tango with D: Ebook Available

Tuesday, January 8th, 2008

The electronic version of Learn to Tango with D is now available for purchase and immediate download.

Technorati Tags: , ,

Entice Designer and DFL Video Tutorial

Monday, January 7th, 2008

If you are interested in doing any GUI programming in D, there’s a new video tutorial out that covers Chris Miller’s Entice Designer and D Forms Library.

Technorati Tags: , , , ,

Why D Got Const

Monday, January 7th, 2008

If you’ve ever wondered why Walter added const to D in 2.0, he has added an entry to the FAQ with two items explaining why. The second item gives a bit of insight into D’s future, for the curious.

Technorati Tags: