The D programming language

Other talk about Salix
Post Reply
User avatar
fredg
Posts: 232
Joined: 3. Oct 2009, 16:50
Location: Lyon, France
Contact:

The D programming language

Post by fredg »

Hi,

Quoted from http://d-programming-language.org/
D is a multi-paradigm programming language that combines a principled approach with a focus on practicality. In D you get to harness the power and high performance of C and C++ and also the safety and programmer productivity of modern languages such as Ruby and Python. Special attention is given to the needs of quality assurance, documentation, portability, and reliability.
You can now play with D under Salix:

Code: Select all

# slapt-src -i dmd2
Or, if you want pre-compiled packages:
http://people.salixos.org/fredg/packages/dmd2/2.055/

This package is the current edition of the D programming language (formerly known as "D2") for new projects.
It includes the dmd compiler, the phobos library and documentation with desktop integration.

Some links:
http://www.dsource.org/
http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage
http://www.prowiki.org/wiki4d/wiki.cgi? ... did=Phobos
http://en.wikibooks.org/wiki/Programming:D

++
User avatar
fredg
Posts: 232
Joined: 3. Oct 2009, 16:50
Location: Lyon, France
Contact:

Re: The D programming language

Post by fredg »

Upgraded to 2.056 in SLKBUILD repo.

ChangeLog:
+100 bugs fixed: http://www.digitalmars.com/d/2.0/changelog.html

pkgs: http://people.salixos.org/fredg/packages/dmd2/2.056/

++
Post Reply