发新话题
打印

介绍D语言

介绍D语言

  大家千万别以为我说错了,怎么是D语言不是C语言呢?

望文生义,D语言就是C的改进版咯!C完到D嘛!

当然d语言不是简单的改进,而是一个重新的设计,具体地址:

http://digitalmars.com/d/

D语言vs C /C++/C#/Java的对比:

http://digitalmars.com/d/comparison.html

D语言作为C/C++的重构,诞生于1999年,是一个比C++更高级的语言,支持更简短的

语法,以下是其概要的链接:

http://digitalmars.com/d/overview.html

D语言的主要目标是:
引用:
Reduce software development costs by at least 10% by adding in proven productivity enhancing features and by adjusting language features so that common, time-consuming bugs are eliminated from the start.

Make it easier to write code that is portable from compiler to compiler, machine to machine, and operating system to operating system.

Support multi-paradigm programming, i.e. at a minimum support imperative, structured, object oriented, and generic programming paradigms.

Have a short learning curve for programmers comfortable with programming in C or C++.

Provide low level bare metal access as required.

Make D substantially easier to implement a compiler for than C++.

Be compatible with the local C application binary interface.

Have a context-free grammar.

Easily support writing internationalized applications.

Incorporate Contract Programming and unit testing methodology.

Be able to build lightweight, standalone programs.

Reduce the costs of creating documentation.
欢迎使用下列开源软件: 高性能邮件系统- ExtMail Spam Locker反垃圾邮件系统

TOP

引用:
下面是引用extmail于2006-02-12 08:39发表的介绍D语言:
  大家千万别以为我说错了,怎么是D语言不是C语言呢?

望文生义,D语言就是C的改进版咯!C完到D嘛!

当然d语言不是简单的改进,而是一个重新的设计,具体地址:
.......
呵呵我真是孤陋寡闻了,但是我还听过有一种叫易语言的。
赋予无限想象力,内动力和自由度,使我们对工作充满热情。 最大限度地展示才干,把每个环节都做到卓越不凡。 加倍工作效率,完美生活质量。 用智慧挑战世界,用人类尖端科技的突飞猛进丈量人生!

TOP

引用:
下面是引用精灵萌萌于2006-02-15 12:39发表的:

呵呵我真是孤陋寡闻了,但是我还听过有一种叫易语言的。
应该是E语言。

呵呵,D语言之后应该就跳到F语言了。
http://extmail.org
http://postfix.org.cn
-------- chifeng

TOP

我才听说有D语言.
像青蛙一样思考 像蜗牛一样奔跑 像鸵鸟一样飞翔 像小猪一样苗条 *^-^*

TOP

我晕~我今天才知道存在B、C、D、E、J这么多语言,
我以前只接触到B和C还有J……当时我还想有没有A语言呢~
真是长见识~

TOP

发新话题