The D Linux port is an implementation of an x86 backend for Walter's DMD frontend for Linux and Windows, by Burton Radons.
Here are the versions available:
dli-0.1.2.tar.gz (Friday November 1, 2002) - Added properties and "a in b" for arrays. Lots of bugfixes besides.
dli-0.1.1.tar.gz (Wednesday August 28, 2002) - Added "bignum", which allows integers of any precision, and the start of multithreading.
dli-0.1.0.tar.gz (Thursday August 22, 2002) - Made lists proportionally overallocate so that appending is faster (where DMD has O(n^2) at least, mine should be O(n)). This was also cleaning day.
dli-0.0.9.tar.gz (Wednesday August 21, 2002) - Added generic list varargs and fmt.