From Fedora Project Wiki

Feature: D Programming

Summary

Add a D compiler (LDC) and D standard runtime library (Tango)

Owner

Current status

  • Targeted release: Fedora 14
  • Last updated: 2010-06-17
  • Percentage of completion: XX%

Detailed Description

D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. The D language is statically typed and compiles directly to machine code. It's multiparadigm, supporting many programming styles: imperative, object oriented, and metaprogramming. It's a member of the C syntax family, and its appearance is very similar to that of C++.

  • There are currently four implementations:
  1. Digital Mars dmd for Windows 1.0 2.0, x86 Linux 1.0 2.0, Mac OS X 1.0 2.0, and x86 FreeBSD 1.0
  2. LLVM D Compiler ldc for D version 1.
  3. Gnu D compiler gdc.
  4. D.NET compiler alpha for .NET for D version 2.
  • LLVM D Compiler

LDC is a compiler for the D programming Language. It is based on the latest DMD frontend and uses LLVM as backend. LLVM provides a fast and modern backend for high quality code generation.

  • The Library

Tango is a cross-platform open-source software library, written in the D programming language for D programmers. It is structured as a cohesive and comprehensive library for general purpose usage, and is supported by a growing number of recognized D enthusiasts. Availability of solid and extensive documentation represents a prime factor in library accessibility, and thus this project is as much about documentation production as it is about top-notch functionality.

Benefit to Fedora

Fedora will take some benefit to increase its community of developers with the inclusion of this feature. And an easy way for people who want to try this language.

Scope

Required steps are:

  1. LDC package
  2. Tango package
  3. Guideline for package D application

How To Test

  • Ensure that example gived by tango works
  • Collect feedback from volunteers regarding their experience with D programming
  • Currently LDC / Tango works on x86 x86_64 search volunteers for other platfom
  • beta src.rpm here: [2]

Contingency Plan

None necessary. Instead of falling back to previous version we should fix existing packages in order to help the Community. We should also monitor upstream development process for potentially discovered issues and proactively apply patches.

Documentation


Release Notes

D programming is available in Fedora 14.

Comments and Discussion